unixODBC vs. iODBC - Mailing list pgsql-odbc

From Peter Eisentraut
Subject unixODBC vs. iODBC
Date
Msg-id 200407092057.18053.peter_e@gmx.net
Whole thread Raw
List pgsql-odbc
Now that we have removed that "neither unixODBC nor iODBC" version of
the Unix variant of the driver, you get uncontrolled breakage when you
just run "./configure; make; make install".  I think it would be
beneficial to add automatic detection of the available driver manager.
That is:

- if --with-unixodbc is specified, use unixODBC

- if --with-iodbc is specified, use iODBC

- if both are specified, abort

- if neither is specified, search for unixODBC, then iODBC (I think that
is the order of popularity; tell me if I'm wrong). If neither is found,
abort.

Comments?


pgsql-odbc by date:

Previous
From: "Dave Page"
Date:
Subject: Re: [Patch] First buffer overflow fixes
Next
From: "Gary Doades"
Date:
Subject: Windows odbc driver build