FreeTDS doesn't use configured tds version
问题 freetds v0.91 - tds version mismatched I want to connect to a Windows SQL Server with FreeBSD on Ubuntu 14.04. The FreeTDS is installed using apt-get. I tried different tds version with following commands: $ TDSVER=7.0 tsql -H xxx.xxx.xxx.xxx -U xxxx -p 1433 -P xxxxxxx The log file shows: ... net.c:205:Connecting to xxx.xxx.xxx.xxx port 1433 (TDS version 7.0) net.c:270:tds_open_socket: connect(2) returned "Operation now in progress" net.c:310:tds_open_socket() succeeded ... No problem here.