Re: adding psqlodbc driver in ODBCconfig - Mailing list pgsql-odbc

From Ludek Finstrle
Subject Re: adding psqlodbc driver in ODBCconfig
Date
Msg-id 20060613081958.GD26631@soptik.pzkagis.cz
Whole thread Raw
In response to adding psqlodbc driver in ODBCconfig  (ricardd@mathstat.dal.ca)
Responses Re: adding psqlodbc driver in ODBCconfig  (ricardd@mathstat.dal.ca)
List pgsql-odbc
> I'm using unixodbc on Linux (Ubuntu 6.06) and trying to add the pgsql odbc
> driver. The tool I'm using is ODBCconfig. It requires an entry for the
> driver (*.so) and another entry for the "setup file".

The "setup file" is unixODBC enhancement which isn't supported by us.
If you need only basic settings feel free to use *S.so for PostgreSQL
from unixodbc distribution. But there are more settings (and more
values) in current psqlODBC driver.

We're glad if someone write the support for it and he'll maintain it.
The needed information is in:
psqlodbc: dlg_specific.c, dlg_specific.h
unixodbc: DRVConfig/PostgreSQL

Regards,

Luf

pgsql-odbc by date:

Previous
From: Ludek Finstrle
Date:
Subject: Re: [compgeneral] I cant get the description or default value of a field
Next
From: Ludek Finstrle
Date:
Subject: Re: Patch for snprintf problem (bug #1000650) 4-th try