32 bit pyodbc reading 64 bit access (accdb)
问题 I have python 2.7 32 bit running on a Windows 8.1 64 bit machine. I have Access 2013 and a .accdb file that I'm trying to access from python and pyodbc. I can create a 64 bit DSN in the 64 bit ODBC manager. However, when I try to connect to it from python, I get the error: Error: (u'IM002', u'[IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified') Presumably, python is only looking for 32-bit DSNs and doesn't find the 64-bit one that I've created.