A complete ODBC driver manager for Linux
Go to file
2014-08-18 07:02:06 +00:00
.gitignore Update to 2.3.2 version 2013-10-10 15:07:23 +02:00
conffile.h Update to version 2.3.1 2012-01-10 14:26:52 -05:00
depcomp.patch auto-import changelog data from unixODBC-2.2.8-3.src.rpm 2004-09-09 13:53:19 +00:00
dltest.1 Added manual pages for iusql, dltest, odbc_config 2014-02-18 10:41:10 +01:00
export-symbols.patch Update to unixODBC 2.2.14 2009-02-20 17:22:19 +00:00
iusql.1 Added manual pages for iusql, dltest, odbc_config 2014-02-18 10:41:10 +01:00
keep-typedefs.patch Update to unixODBC 2.2.14 2009-02-20 17:22:19 +00:00
odbc_config.1 Added manual pages for iusql, dltest, odbc_config 2014-02-18 10:41:10 +01:00
ODBCConfig.desktop Fix minor problems in desktop files (bug #185764) 2006-03-27 20:08:51 +00:00
odbcinst.ini Update to version 2.3.1 2012-01-10 14:26:52 -05:00
README.dist Renamed README.fedora to README.dist 2013-12-06 10:07:39 +01:00
so-version-bump.patch Update to version 2.3.1 2012-01-10 14:26:52 -05:00
sources Update to 2.3.2 version 2013-10-10 15:07:23 +02:00
unixODBC-isql.1.patch Added manual pages for iusql, dltest, odbc_config 2014-02-18 10:41:10 +01:00
unixODBC.7 Added manual pages for iusql, dltest, odbc_config 2014-02-18 10:41:10 +01:00
unixODBC.spec - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 07:02:06 +00:00

About unixODBC in this distribution
-----------------------------------

In addition to the unixODBC package itself, you will want to install some
or all of these related packages:

mysql-connector-odbc	MySQL driver, needed to connect to MySQL databases
postgresql-odbc		PostgreSQL driver, needed to connect to PostgreSQL
unixODBC-gui-qt		Optional configuration management and test programs


The recommended driver definition for MySQL is:

[MySQL]
Description	= ODBC for MySQL
Driver		= /usr/lib/libmyodbc5.so
Setup		= /usr/lib/libodbcmyS.so
Driver64	= /usr/lib64/libmyodbc5.so
Setup64		= /usr/lib64/libodbcmyS.so
FileUsage	= 1

You can adjust the name (in square brackets) and the description, but
the other items should usually be used verbatim.

The recommended driver definition for PostgreSQL is:

[PostgreSQL]
Description	= ODBC for PostgreSQL
Driver		= /usr/lib/psqlodbcw.so
Setup		= /usr/lib/libodbcpsqlS.so
Driver64	= /usr/lib64/psqlodbcw.so
Setup64		= /usr/lib64/libodbcpsqlS.so
FileUsage	= 1