My programs:
- Python 3.4 -64 bit
- PyODBC 64 bit
- MS office package Installed (32 bit)
Problem:
Now I am trying to access MS Access 2010 installed on my computer using PYODBC. This does not work no matter what I try. My mistake is always this:
pyodbc.Error: ('IM002', '[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified (0) (SQLDriverConnect)')
I already looked:
pyopbc and ms access 2010 connection error
Cannot connect to access database using pyopbc
This is supposed to be a problem with 32-64 bits, and I am sure that it is. Is there any modification that can be made to make it work without installing 32-bit python and 32-bit pyodbc? I checked this website. Using ODBC (32-bit and 64-bit) on 64-bit Windows , which explains access to the control panel to change ODBC and / or drivers. However, I donβt know much about internal connections to Windows databases to start some changes.
Is there anything I can do to make it work?
python ms-access odbc pyodbc
Jack_of_All_Trades
source share