Difference between revisions of "ODBC: Data Source Configuration"
From Recital Documentation Wiki
Yvonnemilne (Talk | contribs) (→Linux) |
Yvonnemilne (Talk | contribs) |
||
Line 4: | Line 4: | ||
==Windows== | ==Windows== | ||
+ | [[Image:odbc_drivers.png]] | ||
+ | |||
+ | [[Image:odbc_southwind.png]] | ||
+ | |||
+ | [[Image:odbc_add.png]] | ||
+ | |||
+ | [[Image:odbc_new_driver.png]] | ||
+ | |||
+ | [[Image:odbc_new_dsn.png]] | ||
+ | |||
+ | [[Image:odbc_settings.png]] | ||
+ | |||
+ | [[Image:odbc_logging.png]] | ||
+ | |||
+ | |||
==Linux== | ==Linux== |
Revision as of 09:49, 22 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;