Goal: Connect to MSSQL using FreeTDS / ODBC in Python.
Host: Ubuntu 11.10 x86_64
Install:
sudo apt-get install freetds-dev freetds-bin unixodbc-dev tdsodbc pip install pyodbc sqlalchemy In /etc/odbcinst.ini:
[FreeTDS] Description=FreeTDS Driver Driver=/usr/lib/odbc/libtdsodbc.so Setup=/usr/lib/odbc/libtdsS.so
on the pi3, has anyone had to edit the odbc.ini file for this to work as well? getting an error that seems to suggest this is the case, but not sure how to edit that file and the dpkg-reconfigure doesn't do it for me.