Displaying 1 result from an estimated 1 matches for "mqa3".
Did you mean:
ma3
2006 Jul 27
0
FW: RODBC on linux
...p. I have a successful configuration.
I used the "ODBC-combined" configuration which is documented here:
http://freetds.org/userguide/odbcombo.htm
here are the config files residing in my home dir:
-bash-2.05b$ cat .freetds.conf
[global]
tds version = 7.0
[QAI]
host = Mqa3.xxx.yyy.com
port = 1433
-bash-2.05b$
-bash-2.05b$ cat .odbc.ini
[ODBC Data Sources]
QAIdsn = QAI database
[QAIdsn]
Driver = /usr/local/freetds-0.64/lib/libtdsodbc.so
Description = QAI database
Trace = No
Servername = QAI
Database = qai
[Default]
Driver = /u...