Cannot connect to Access DB using pyodbc

后端 未结 2 1365
忘了有多久
忘了有多久 2021-01-06 06:12

I\'ve been beating my head against this for a few days now. I\'m trying to use pyodbc to connect to a Microsoft Access DB, and I can\'t seem to get the connection string rig

2条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-06 06:42

    This is a 64-bitness problem. I solved it by using 32-bits python and pyodbc.

提交回复
热议问题