mirror of
https://github.com/MariaDB/server.git
synced 2025-01-27 01:04:19 +01:00
16 lines
279 B
Text
16 lines
279 B
Text
|
'tpcb' requires an .odbc.ini file in
|
||
|
/etc/
|
||
|
or in
|
||
|
/home/user/
|
||
|
|
||
|
The .odbc.ini file must contain a DSN entry called ndb:
|
||
|
|
||
|
#--------- .odbc.ini example --------------------
|
||
|
|
||
|
[ndb]
|
||
|
Driver = /path_to_installation/lib/libNDB_ODBC.so
|
||
|
|
||
|
#--------- End of example -----------------------
|
||
|
|
||
|
|