Re: ODBC connection problem - Mailing list pgsql-admin

From Aaron Bono
Subject Re: ODBC connection problem
Date
Msg-id bf05e51c0607281153x6a354184nbe565f447ae3bdc9@mail.gmail.com
Whole thread Raw
In response to ODBC connection problem  ("Erik Ferencz" <ErikFerencz@seznam.cz>)
List pgsql-admin
On 7/24/06, Erik Ferencz <ErikFerencz@seznam.cz> wrote:
Hi.
I have got a problem with connection to my Postgres DB.
 
I have Win2003 server with Postgres 8.1.4 instalation.
Let's call this server server2003
 
I wrote an application in C#.This application is connecting to my Postgre DB on server2003.
When I start this application on my local computer,everithing is fine,it connect to DB.(the .exe file is stored on local computer)
When I start this application on server2003 computer,everithing is fine,it connect to DB.(the .exe file is stored on server2003 computer)
But,when I store this application on server2003 and trying to run this application from my local computer (via File Shareing(SMB)) I can't connect to PostgreDB.
I heve temporally stoped firewall,but it does not helped. 
 
Could anyone help me please. I will be gratful.

 
Sounds more like a network or application configuration issue than a PostgreSQL issue.

What error message are you getting when it fails to connect?  Did you add any debugging to the application?  What does your connection string look like in each of the 3 above situations?

==================================================================
   Aaron Bono
   Aranya Software Technologies, Inc.
   http://www.aranya.com
==================================================================

pgsql-admin by date:

Previous
From: "Tomeh, Husam"
Date:
Subject: Re: transaction ID wrap limit is 1073878048
Next
From: "Aaron Bono"
Date:
Subject: Re: Read db files directly