I tried a lot of examples from internet to include a MS Access connection to my python project without sucess
I have my python project in Eclipse with Anaconda, and my c
In both cases, the error message says it cannot find the driver (ODBC) or the provider (ADO).
In ODBC, are you sure that this driver is installed?
You can have a list of available drivers using pyodbc.drivers()
for example, in my case, I read MS Access data using this driver Microsoft Access Driver (*.mdb)