Re: Please HELP ODBC connection problems

From: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
To: "'Peter Drahos'" <pdrahos(at)mediaone(dot)net>, pgsql-odbc(at)postgresql(dot)org
Subject: Re: Please HELP ODBC connection problems
Date: 2001-10-07 09:04:47
Message-ID: AA30E7BCCA5C1D4E88A231900F8325C00B7E@dogbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

> -----Original Message-----
> From: Peter Drahos [mailto:pdrahos(at)mediaone(dot)net]
> Sent: 07 October 2001 09:00
> To: pgsql-odbc(at)postgresql(dot)org
> Subject: [ODBC] Please HELP ODBC connection problems
>
>
> Hello all,

Hello,

> I have been trying to get this ODBC working already for some
> time with no
> success. I can ping the machine that is hosting the database
> I wrote some
> php tests to make sure I get some results and that works
> fine, but when I
> try to connect from my NT 4.0 machine I get Could not connect to the
> server; Could not connect to remote socket. Following is an
> error message
> from pgAdmin connecting.
>
> Can anybody please shed some light on this? Should I upgrade
> to the latest
> version of Postgresql???

That will probably not fix this problem.

What hostname/ip address are you specifying in the pgAdmin logon dialogue -
is it definitely a match for one of your pg_hba.conf entries?

Also, does netstat -a on the server indicate that a process is listening on
port 5432? If not, try starting the postmaster with the -i option incase
it's not picking up the default options for some reason.

Regards, Dave.

Browse pgsql-odbc by date

  From Date Subject
Next Message Peter Drahos 2001-10-07 15:01:42 Re: Please HELP ODBC connection problems
Previous Message Peter Drahos 2001-10-07 07:59:40 Please HELP ODBC connection problems