Re: Status of ODBC driver managers on Unix - Mailing list pgsql-odbc

From Nick Gorham
Subject Re: Status of ODBC driver managers on Unix
Date
Msg-id 3BAC3D0B.DA12E96D@lurcher.org
Whole thread Raw
In response to Re: Status of ODBC driver managers on Unix  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-odbc
Peter Eisentraut wrote:

> But another thing that occurred to me is that if you want to use ODBC on
> Unix for ApplixWare or StarOffice you don't necessarily have a driver
> manager installed with header files and such, so we probably need to keep
> the standalone version.

Well last time I looked ApplixWare shipped with the unixODBC DM libs

There is a different way you could do this. the patch I sent made the build
use the unixODBC header files in the compile and then link with libodbcinst,
thats the clean way IMHO. However, you could continue using the header files
that are in the odbc directory, and just add a option to disable the builtin
SQLGetPrivateProfile  and link in a libodbcinst. the configure option would
just need to point to the libodbcinst.

--
Nick Gorham
Don't worry, be happy




pgsql-odbc by date:

Previous
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] UTF-8 support
Next
From: Tatsuo Ishii
Date:
Subject: Re: [HACKERS] UTF-8 support