ODBC - Mailing list pgsql-general

From Stuart Grimshaw
Subject ODBC
Date
Msg-id 004901bfc955$4beba200$0200000a@home.stubbynet.org.uk
Whole thread Raw
Responses Re: ODBC  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
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
---------------------------------------



pgsql-general by date:

Previous
From: Erich
Date:
Subject: Re: group by week (ww), plus -S performance
Next
From: Eugene Karpachov
Date:
Subject: grant select,update - bug or feature?