“Optional feature not implemented” error with pyodbc query against Access database
问题 To anyone that can help, thank you in advance. I am running 64bit windows 10, 64bit office and 64bit python 3.7.2 Using pyodbc, I am trying to execute a Select statement such as this: "SELECT * FROM EconVars WHERE Year(ValueDate) = 1999" In order to do this, my code is as follows: existquery = """SELECT * FROM EconVars WHERE Year(ValueDate) = ?""" params = (1999,) cursor.execute(existquery,params) When I run this, I get the following error pyodbc.Error: ('HYC00', '[HYC00] [Microsoft][ODBC