I have the driver set up to access MS ACCESS DB as below -
'{Microsoft Access Driver (*.mdb, *.accdb)};'
On executing a python script that tries to convert a DB files to CSV it throws out an error as -
pyodbc.Error: ('HY000', '[HY000] [Microsoft][ODBC Microsoft Access Driver] Cannot open a database created with a previous version of your application.
(-1019) (SQLDriverConnect); [HY000] [Microsoft][ODBC Microsoft Access Driver] Cannot open a database created with a previous version of your application. (-1019)')
how to work with these kind of MS ACCESS DB files ?