View Single Post
  #2 (permalink)  
Old 10-29-2007, 10:06 PM
samhaldane samhaldane is offline
Junior Member
 
Join Date: Oct 2007
Posts: 3
Default Possible solution when using freetds

I've had this problem before. I was using linux and freetds, and the tds version I was using for the DB host was too old. You should have something like this in your freetds.conf:

Code:
[dbhost]
        host = dbhost
        port = 1433
        tds version = 8.0
The 'tds version' line is the most important. If you don't specify a version for a specific host, your system will use the [global] configuration declared in your freetds.conf, which usually uses a much older tds version.
Reply With Quote