Difference between revisions of "/etc/odbcinst.ini"
Jump to navigation
Jump to search
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
[[/etc/]]odbcinst.ini | [[/etc/]]odbcinst.ini | ||
+ | * Default empty: <code>/etc/odbcinst.ini</code> | ||
+ | |||
+ | == Examples == | ||
+ | [PostgreSQL ANSI] | ||
+ | Description=PostgreSQL ODBC driver (ANSI version) | ||
+ | Driver=psqlodbca.so | ||
+ | Setup:libodbcpsqlS.so | ||
+ | Debug=0 | ||
+ | CommLog=1 | ||
+ | UsageCount=1 | ||
+ | |||
+ | [PostgreSQL Unicode] | ||
+ | Description=PostgreSQL ODBC driver (Unicode version) | ||
+ | Driver=psqlodbcw.so | ||
+ | Setup:libodbcpsqlS.so | ||
+ | Debug=0 | ||
+ | CommLog=1 | ||
+ | UsageCount=1 | ||
+ | Threading=0 | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[odbcinst -j]]</code> | ||
+ | * <code>[[/etc/odbc.ini]]</code> | ||
== See also == | == See also == |
Latest revision as of 12:04, 2 December 2022
/etc/odbcinst.ini
- Default empty:
/etc/odbcinst.ini
Examples[edit]
[PostgreSQL ANSI] Description=PostgreSQL ODBC driver (ANSI version) Driver=psqlodbca.so Setup:libodbcpsqlS.so Debug=0 CommLog=1 UsageCount=1
[PostgreSQL Unicode] Description=PostgreSQL ODBC driver (Unicode version) Driver=psqlodbcw.so Setup:libodbcpsqlS.so Debug=0 CommLog=1 UsageCount=1 Threading=0
Related[edit]
See also[edit]
Advertising: