Connecting to Microsoft SQL Server through pyODBC on Ubuntu
问题 Am having an issue connecting to a Microsoft SQL Server instance from pyODBC within an Ubuntu (12.10) machine. The error I am getting back is: pyodbc.Error: ('IM002', '[IM002] [unixODBC][Driver Manager]Data Source name not found, and no default driver specified (0) (SQLDriverConnect)') The connection string am using for pyodbc is: self.corpus_cnxn = pyodbc.connect('DRIVER={FreeTDS};SERVER=UKEDN-06880;DATABASE=db1;UID=user;PWD=pass') This seems to work fine from pyODBC within Windows (just