69c96c
About unixODBC in this distribution
69c96c
-----------------------------------
69c96c
69c96c
In addition to the unixODBC package itself, you will want to install some
69c96c
or all of these related packages:
69c96c
69c96c
mysql-connector-odbc	MySQL driver, needed to connect to MySQL databases
69c96c
postgresql-odbc		PostgreSQL driver, needed to connect to PostgreSQL
69c96c
unixODBC-gui-qt		Optional configuration management and test programs
69c96c
69c96c
69c96c
The recommended driver definition for MySQL is:
69c96c
69c96c
[MySQL]
69c96c
Description	= ODBC for MySQL
69c96c
Driver		= /usr/lib/libmyodbc5.so
69c96c
Setup		= /usr/lib/libodbcmyS.so
69c96c
Driver64	= /usr/lib64/libmyodbc5.so
69c96c
Setup64		= /usr/lib64/libodbcmyS.so
69c96c
FileUsage	= 1
69c96c
69c96c
You can adjust the name (in square brackets) and the description, but
69c96c
the other items should usually be used verbatim.
69c96c
69c96c
The recommended driver definition for PostgreSQL is:
69c96c
69c96c
[PostgreSQL]
69c96c
Description	= ODBC for PostgreSQL
69c96c
Driver		= /usr/lib/psqlodbcw.so
69c96c
Setup		= /usr/lib/libodbcpsqlS.so
69c96c
Driver64	= /usr/lib64/psqlodbcw.so
69c96c
Setup64		= /usr/lib64/libodbcpsqlS.so
69c96c
FileUsage	= 1