Problem with the connection using.odbc.ini

From: "Bjorn Segers (dig)" <bjorn(at)dig(dot)nl>
To: <pgsql-sql(at)postgresql(dot)org>
Subject: Problem with the connection using.odbc.ini
Date: 2000-02-09 15:45:12
Message-ID: 000801bf7314$a78d51e0$a001a8c0@secure.virtualunlimited.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hi,

I have a problem with the connection to a database.
I am using postgresql.
This is my .odbc.ini-file:

[ODBC Data Sources]
beehive = Read/Write DB

[beehive]
Driver = /usr/lib/libpsqlodbc.so
Servername = beehive.secure....
Database = beehive
Userid = postgres

[ODBC]
InstallDir = /opt/Beeyond/data

I know the driver is loaded, the servername is correct, the database is correct and the Userid is correct.
But I still get the message:

SQLSTATE = 28000
no Postgres username specified in the startup packet.

Can you tell me what the startup packet is, or what is missing in my .odbc.ini-file?

Greeting,
bjorn segers
bjorn(at)virtual-unlimited(dot)com

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2000-02-09 15:48:23 Re: [SQL] Re: Bug#57466: select ... except fails when there are nulls in second clause
Previous Message Oliver Elphick 2000-02-09 09:08:20 Re: Bug#57466: select ... except fails when there are nulls in second clause