Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible for 64-bit pyodbc to talk to 32-bit MS access database?

Tags:

I am using 64-bit python anaconda v4.4 which runs python v3. I have MS Access 2016 32-bit version. I would like to use pyodbc to get python to talk to Access. Is it possible to use 64-bit pyodbc to talk to a MS Access 2016 32-bit database?

I already have a number of python applications running with the 64-bit python anaconda. It will be a chore to downgrade to 32-bit python.