Problem to connect to PostgreSQL7.2.3 using UNIXODBC's datamanager

From: lingjia <lingjia(at)i2r(dot)a-star(dot)edu(dot)sg>
To: pgsql-odbc(at)postgresql(dot)org
Subject: Problem to connect to PostgreSQL7.2.3 using UNIXODBC's datamanager
Date: 2002-12-04 03:07:30
Message-ID: 01af01c29b42$484f0440$4485a8c0@lit.org.sg
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Hi,

I have encountered a problem when I tried to use UnixODBC to connect to PostgreSQL7.2.3

Here are my ini files:
*********************************************************
[postgres(at)sv-ns postgres]$ cat /etc/odbc.ini
[postgre_test]
Description = postgresql
Driver = postgresql
Trace = No
TraceFile =
Database = testing
Servername = sv-ns
UserName =
Password =
Port = 5432
Protocol = 6.4
ReadOnly = No
RowVersioning = No
ShowSystemTables = No
ShowOidColumn = No
FakeOidIndex = No
ConnSettings =
************************************************************
[postgres(at)sv-ns postgres]$ cat /etc/odbcinst.ini
[postgresql]
Description = Driver for postgresql
Driver = /usr/local/pgsql/lib/libodbcpsql.so
Setup = /usr/lib/libodbcpsqlS.so
FileUsage = 1
CPTimeout =
CPReuse =
************************************************************
When I run DBManager, it says that:
"Could not connect to the server; could not connect to the remote socket."

The postgresql is running, I am able to browse and issue SQL statements on
the database using psql. Did I miss sth here?

Thanks in advance!

Lingjia

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message lingjia 2002-12-04 04:24:51 Re: Problem to connect to PostgreSQL7.2.3 using UNIXODBC's
Previous Message Adrian Klaver 2002-12-04 03:05:51 Drop column and Access