I've followed all the steps from this link: https://code.google.com/p/pypyodbc/wiki/Linux_ODBC_in_3_steps
But I'm still getting this error:
[unixODBC][Driver Manager] Data source name not found, and no default driver specified
Then when I started researching more, I found this: https://askubuntu.com/questions/167491/connecting-ms-sql-using-freetds-and-unixodbc-isql-no-default-driver-specified
Now it says to modify odbc.ini file to include the server and database name. But if I'm trying to connect to multiple servers at the same time, how should I configure odbc.ini file in this case?
Also - in my database connection string, should I enter the driver name as {SQL Server} or {FreeTDS}?