I\'m trying to get MSSQL working on Ubuntu 12.04 via ODBC, and I\'ve followed these steps to the letter:
http://jamesrossiter.wordpress.com/2011/03/08/connecting-to-
I ended up solving it with the help of this listserv post:
http://mailman.unixodbc.org/pipermail/unixodbc-support/2008-November/001842.html
Except:
Driver = TDS
Should be:
Driver = FreeTDS
That weird 64-bit driver I had to manually find was also relevant, and ignoring freetds.conf was the way to go.
Fun stuff.