I am using the driver msodbcsql-13.0.0.0.tar.gz for Linux
My app needs to include the username and password in the DSN entry, like
[sqlserver]
Driver = ODBC Driver 13 for SQL Server
Trace = no
Server = 127.0.0.1,1433
Database= demo
UID = userdemo
Password= mysecret
but it does not work, no matter what I do. With other odbc drivers it does work fine.
ff