2009-02-20 17:22:19 +00:00
|
|
|
# Example driver definitions
|
2004-09-09 13:46:58 +00:00
|
|
|
|
2009-02-20 17:22:19 +00:00
|
|
|
# Driver from the postgresql-odbc package
|
|
|
|
# Setup from the unixODBC package
|
2004-09-09 13:45:16 +00:00
|
|
|
[PostgreSQL]
|
|
|
|
Description = ODBC for PostgreSQL
|
2012-01-10 19:26:52 +00:00
|
|
|
Driver = /usr/lib/psqlodbcw.so
|
2004-09-09 13:45:16 +00:00
|
|
|
Setup = /usr/lib/libodbcpsqlS.so
|
2012-01-10 19:26:52 +00:00
|
|
|
Driver64 = /usr/lib64/psqlodbcw.so
|
2009-08-21 20:31:26 +00:00
|
|
|
Setup64 = /usr/lib64/libodbcpsqlS.so
|
2004-09-09 13:46:58 +00:00
|
|
|
FileUsage = 1
|
|
|
|
|
|
|
|
|
2018-11-30 15:46:26 +00:00
|
|
|
# Driver from the mysql-connector-odbc package in Fedora >=29
|
2004-09-09 13:51:34 +00:00
|
|
|
# Setup from the unixODBC package
|
2009-02-20 17:22:19 +00:00
|
|
|
[MySQL]
|
2018-11-30 15:46:26 +00:00
|
|
|
Description = ODBC for MySQL 8
|
|
|
|
# mysql-connector-odbc package provides shared libraries with "w" or "a" suffix.
|
|
|
|
# 'w' stands for 'wide' or 'unicode' character set, 'a' stands for 'ANSI'
|
|
|
|
# Symlinks used in the configuration below lead to the 'w' variant by default
|
2021-07-02 03:43:56 +00:00
|
|
|
# Note:
|
|
|
|
# The path to the plugin changed from "/usr/lib64" to "/usr/lib64/unixODBC/" beginning with Fedora 33
|
|
|
|
Driver = /usr/lib/unixODBC/libmyodbc8.so
|
|
|
|
Driver64 = /usr/lib64/unixODBC/libmyodbc8.so
|
2018-11-30 15:46:26 +00:00
|
|
|
FileUsage = 1
|
|
|
|
|
|
|
|
|
|
|
|
# Driver from the mysql-connector-odbc package in Fedora <=28
|
|
|
|
# Setup from the unixODBC package
|
|
|
|
[MySQL-5]
|
|
|
|
Description = ODBC for MySQL 5
|
|
|
|
# mysql-connector-odbc package provides shared libraries with "w" or "a" suffix.
|
|
|
|
# 'w' stands for 'wide' or 'unicode' character set, 'a' stands for 'ANSI'
|
|
|
|
# Symlinks used in the configuration below lead to the 'w' variant by default
|
|
|
|
Driver = /usr/lib/libmyodbc5.so
|
|
|
|
Driver64 = /usr/lib64/libmyodbc5.so
|
|
|
|
Setup = /usr/lib/libodbcmyS.so
|
|
|
|
Setup64 = /usr/lib64/libodbcmyS.so
|
|
|
|
FileUsage = 1
|
2017-08-29 09:01:23 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Driver from the freetds-libs package
|
|
|
|
# Setup from the unixODBC package
|
|
|
|
[FreeTDS]
|
|
|
|
Description = Free Sybase & MS SQL Driver
|
|
|
|
Driver = /usr/lib/libtdsodbc.so
|
|
|
|
Setup = /usr/lib/libtdsS.so
|
|
|
|
Driver64 = /usr/lib64/libtdsodbc.so
|
|
|
|
Setup64 = /usr/lib64/libtdsS.so
|
|
|
|
Port = 1433
|
2018-01-03 13:22:46 +00:00
|
|
|
|
|
|
|
|
|
|
|
# Driver from the mariadb-connector-odbc package
|
|
|
|
# Setup from the unixODBC package
|
|
|
|
[MariaDB]
|
|
|
|
Description = ODBC for MariaDB
|
|
|
|
Driver = /usr/lib/libmaodbc.so
|
|
|
|
Driver64 = /usr/lib64/libmaodbc.so
|
|
|
|
FileUsage = 1
|