Mac で Pypyodbc を使用して SQL Server に接続しようとすると、次のエラーが発生します。
pypyodbc.DatabaseError: ('01000', "[01000] [unixODBC][Driver Manager]Can't open lib 'FreeTDS' : file not found")
freeTDS と unixodbc をインストールしました
brew install unixodbc
brew install freetds
そして、ここにダミーデータを含む接続文字列があります:
connection_String = "Driver=FreeTDS;Server=123.12.12.12;tds_version=7.2;Database=db_db;Uid=username:pwd=password:port=1433"