Difference between revisions of "ODBC: Data Source Configuration"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) |
Yvonnemilne (Talk | contribs) (→Linux) |
||
Line 6: | Line 6: | ||
==Linux== | ==Linux== | ||
+ | |||
+ | odbc.ini | ||
+ | |||
+ | <pre> | ||
+ | [southwind] | ||
+ | Driver = Recital | ||
+ | DATABASE = ODBC:RECITAL:SERVERNAME=192.168.1.3;USERNAME=user;PASSWORD=password;DATABASE=southwind; | ||
+ | |||
+ | [dir_test] | ||
+ | Driver = Recital | ||
+ | DATABASE = ODBC:RECITAL:SERVERNAME=192.168.1.3;USERNAME=user;PASSWORD=password;DIRECTORY=/opt/recital/data/odbc_test; | ||
+ | |||
+ | [odbc_test] | ||
+ | Driver = Recital | ||
+ | DATABASE = ODBC:RECITAL:SERVERNAME=192.168.1.3;USERNAME=user;PASSWORD=password;DATABASE=odbc_test; | ||
+ | </pre> |
Revision as of 16:06, 21 June 2010
Note: CLIENTLOGGING=TRUE;CLIENTLOGFILE=trace.txt;
Windows
Linux
odbc.ini
[southwind] Driver = Recital DATABASE = ODBC:RECITAL:SERVERNAME=192.168.1.3;USERNAME=user;PASSWORD=password;DATABASE=southwind; [dir_test] Driver = Recital DATABASE = ODBC:RECITAL:SERVERNAME=192.168.1.3;USERNAME=user;PASSWORD=password;DIRECTORY=/opt/recital/data/odbc_test; [odbc_test] Driver = Recital DATABASE = ODBC:RECITAL:SERVERNAME=192.168.1.3;USERNAME=user;PASSWORD=password;DATABASE=odbc_test;