Re: unixODBC drivers for PostgreSQL?

From: apm35(at)student(dot)open(dot)ac(dot)uk (apm)
To: pgsql-odbc(at)postgresql(dot)org
Subject: Re: unixODBC drivers for PostgreSQL?
Date: 2004-06-25 14:33:44
Message-ID: d1a33011.0406250633.6957f3dd@posting.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

jpschewe(at)mtu(dot)net (Jon Schewe) wrote in message news:<1087567614(dot)3272(dot)38(dot)camel(at)workstation(dot)mn(dot)mtu(dot)net>...
> I'm trying to get unixODBC and PostgreSQL to talk nice, but can't seem
> to get it working. I've seen a few posts on the list of people trying
> to do this as well. Have any of you gotten it to work?

No, not with version 3.0 of ODBC. It claims to build ok with version 2.5 but
I need 3.0 due to specific functions that were introduced in that version.
I have version 07.03.0200 of psqlodbc and version 7.4.3 of postgres.

When I build postgres with ./configure --with-odbcver=0x0300 it fails.
This is because the code uses the type SQLHDESC which is a new type in
ODBC version 3.0. However, psqlodbc.h does not define it.
Can anyone help please?

Regards,

Andrew Marlow

In response to

Browse pgsql-odbc by date

  From Date Subject
Next Message David P. Lurie 2004-06-25 15:10:30 Re: dropped columns and ms access
Previous Message Philippe Lang 2004-06-25 06:56:10 Re: dropped columns and ms access