我正在尝试在 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"