- 論壇徽章:
- 0
|
這是安裝步驟:
./configure --prefix=/usr/local/freetds --with-tdsver=7.2 --enable-msdblib
make ; make install
這是測(cè)試的報(bào)錯(cuò):
[root@IP etc]# /usr/local/freetds/bin/tsql -H 192.168.1.2 -p 1433 -U admin
locale is "C"
locale charset is "ANSI_X3.4-1968"
Password:
Msg 20017, Level 9, State -1, Server OpenClient, Line -1
Unexpected EOF from the server
Msg 20002, Level 9, State -1, Server OpenClient, Line -1
Adaptive Server connection failed
There was a problem connecting to the server
但不知道是哪里出了問(wèn)題~ |
|