blob: 008cafb9d2fa539a148b0ce93099dc8551dcdfc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
'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 -----------------------
|