I'm having a problem connecting to my Postgres server with ODBC.
When I try and connect I get the error :
Could not connect to the server;
Could not connect to remote socket
I'm using Postgres v7.0, and I've allowed my local network
(10.0.0.0/255.0.0.0) access through pg_hba.conf with :
host all 10.0.0.0 255.0.0.0 trust
the IP of the machine I'm connecting from is 10.0.0.2, so that's covered.
The post is set to 5432 by postmaster.opts (the default) and the ODBC driver
is trying to connect to that port too.
---------------------------------------
Stuart Grimshaw |
Schoolsnet LTD | Special
www.schoolsnet.com | Projects
| Developer
stuart@smgsys.fsnet.co.uk
---------------------------------------