ODBC

Поиск
Список
Период
Сортировка
От Stuart Grimshaw
Тема ODBC
Дата
Msg-id 004901bfc955$4beba200$0200000a@home.stubbynet.org.uk
обсуждение исходный текст
Ответы Re: ODBC  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Erich
Дата:
Сообщение: Re: group by week (ww), plus -S performance
Следующее
От: Eugene Karpachov
Дата:
Сообщение: grant select,update - bug or feature?