I have been having problems accessing a MS Access 2013 database using pyodbc. The connection string is:
conn = pyodbc.connect("Driver={Microsoft Access Driver (*.mdb, *.accdb)};DBQ=E:\\testmodel.accdb;")
what I am getting as an error is:
pyodbc.Error: ('HY000', "[HY000] [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key Temporary (volatile) Ace DSN for process
Help please! I have seen it work with 2007 db... can it work with 2013?
Thanks! Jon