Hello all,
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???
Thank you for your help.
Peter
10/7/01 3:40:35 AM - Error in pgAdmin II:frmConnect.cmdConnect_Click:
-2147467259 - Could not connect to the server; Could not connect to remote
socket.
Win ODBC driver 7.01.00.07
postgresql-7.1-1
[root@pdlap data]# more postmaster.opts
/usr/bin/postmaster '-D' '/var/lib/pgsql/data' '-i'
[root@pdlap data]# more postmaster.opts.default
-i
My pg_hba.conf
# host all 192.168.0.0 255.255.255.0 trust
local all trust
# host all 127.0.0.1 255.255.255.255 trust
host all 0.0.0.0 0.0.0.0 trust