|

楼主 |
发表于 2006-9-12 10:24:36
|
显示全部楼层
freetds.conf配置:
[MyServer2k]
host = 192.168.0.1
port = 1433
tds version = 8.0
odbcinst.ini配置:
[ODBC Data Source]
TDS = TDS
[TDS]
Description = MS-SQLServer
Driver = /usr/local/freetds/lib/libtdsodbc.so
Setup = /usr/local/freetds/lib/libtds.so
FileUsage = 1
odbc.ini配置:
[transoss]
Driver = TDS
Server = 192.168.0.1
Database = DB
Port = 1433
Socket =
Option =
Stmt =
请大家帮帮忙! |
|