Dec-20-2019, 10:16 AM
So i was adding unnecessary quotes, the right statement is suppose to be in python 3:
SQLdbconnection = pyodbc.connect(r'DRIVER={ODBC Driver 17 for SQL Server};SERVER=host\service;DATABASE=database;UID=user;PWD=password')I hope that this could help others, I have spend 2 days with this ....