[Driver Manager]Data source name not found, and no default driver specified

From: Art Fore <afore(at)sonic(dot)net>
To: pgsql-odbc(at)postgresql(dot)org
Subject: [Driver Manager]Data source name not found, and no default driver specified
Date: 2003-01-31 00:57:46
Message-ID: 3E39CA0A.7070001@sonic.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

I got the abover error when I run isql PostgreSQL-test -v.

Below are the config files

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.1
Setup = /usr/lib/unixODBC/libodbcpsqlS.so.1
FileUsage = 1

Can anyone tell me what this meassage means? I can connect to test
database via Rekall, however, that is not using ODBC.

Art

Browse pgsql-odbc by date

  From Date Subject
Next Message Tambet Matiisen 2003-01-31 09:39:21 psqlodbc.dll crash
Previous Message Art Fore 2003-01-30 15:53:02 Postgresql & ODBC