A complete ODBC driver manager for Linux
Go to file
2025-05-14 16:09:20 +00:00
.gitignore import UBI unixODBC-2.3.12-6.el10 2025-05-14 16:09:20 +00:00
keep-typedefs.patch Auto sync2gitlab import of unixODBC-2.3.7-1.el8.src.rpm 2022-05-26 15:45:07 -04:00
odbcinst.ini import UBI unixODBC-2.3.12-6.el10 2025-05-14 16:09:20 +00:00
README.dist import UBI unixODBC-2.3.12-6.el10 2025-05-14 16:09:20 +00:00
so-version-bump.patch import UBI unixODBC-2.3.12-6.el10 2025-05-14 16:09:20 +00:00
sources import UBI unixODBC-2.3.12-6.el10 2025-05-14 16:09:20 +00:00
unixODBC-c89.patch import UBI unixODBC-2.3.12-6.el10 2025-05-14 16:09:20 +00:00
unixODBC.spec import UBI unixODBC-2.3.12-6.el10 2025-05-14 16:09:20 +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:

mariadb-connector-odbc  MariaDB driver, needed to connect to MariaDB databases
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 8 is:

[MySQL]
Description	= ODBC for MySQL 8
Driver		= /usr/lib/unixODBC/libmyodbc8.so
Driver64	= /usr/lib64/unixODBC/libmyodbc8.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