Postgresql & ODBC - Mailing list pgsql-odbc

From Art Fore
Subject Postgresql & ODBC
Date
Msg-id 3E394A5E.609@sonic.net
Whole thread Raw
Responses Re: Postgresql & ODBC  (Giuliano Gavazzi <"dev +pgsql"@humph.com>)
List pgsql-odbc
I went through the info on the documentation to setup ODBC for
Postgresql, but when I use isql PostgresQL-test, I get a no connect
error. Could someone tell me what I did wrong? The two ini files are
below. I can connect with Rekall, but it does not use ODBC, it uses
python script.

odbc.ini

[PostgreSQL]
Description         = Test to Postgres
Driver              = PostgreSQL
Trace               = Yes
TraceFile           = sql.log
Database            = test
Servername          = localhost
UserName            =
Password            =
Port                = 5432
Protocol            = 6.4
ReadOnly            = No
RowVersioning       = No
ShowSystemTables    = No
ShowOidColumn       = No
FakeOidIndex        = No
ConnSettings        =

odbcinst.ini

[PostgreSQL]
Description    = PostgreSQL driver
Driver    = /usr/lib/unixODBC/libodbcpsql.so
Setup    = /usr/lib/unixODBC/libodbcpsqlS.so
FileUsage    = 1



pgsql-odbc by date:

Previous
From: Michael Calabrese
Date:
Subject: Re: Error when accessing tables with deleted columns
Next
From: Art Fore
Date:
Subject: [Driver Manager]Data source name not found, and no default driver specified