I am using Python 3.6, flask, pyodbc, and connect to SQL Server.
I am trying to make a connection to a database, then creating a query with parameters.
Here
pyodbc uses ?, not %s, as the parameter placeholder.
?
%s