Re: Problems with newer linux odbc drivers - Mailing list pgsql-odbc

From tomas@nocrew.org (Tomas Skäre)
Subject Re: Problems with newer linux odbc drivers
Date
Msg-id 801x18wh9d.fsf@junk.nocrew.org
Whole thread Raw
In response to Problems with newer linux odbc drivers  (Chris Hoover <revoohc@gmail.com>)
List pgsql-odbc
Chris Hoover <revoohc@gmail.com> writes:

> I'm having some interesting problems with the newer (v 8 and v8.1) odbc
> drivers. They compile fine on my RedHat 4 AS box. However, when I try to
> have some third party applications link against them, they complain about:

It sounds like you have misunderstood how to use ODBC drivers. Your
application shouldn't be linked with the psqlodbc driver directly. It
should be linked with an ODBC library (like iodbc or unixodbc), and
that library will use the database specific drivers (like psqlodbc for
PostgreSQL) specified in the odbc ini files.

I hope that helps you.


Greetings,

Tomas

pgsql-odbc by date:

Previous
From: Chris Hoover
Date:
Subject: Problems with newer linux odbc drivers
Next
From: "Merlin Moncure"
Date:
Subject: Re: asynchronous execution