What do I need to read Microsoft Access databases using Python?

后端 未结 12 2233
面向向阳花
面向向阳花 2020-11-27 15:59

How can I access Microsoft Access databases in Python? With SQL?

I\'d prefere a solution that works with Linux, but I could also settle for Windows.

I only r

12条回答
  •  爱一瞬间的悲伤
    2020-11-27 16:26

    The way I connect Python to MS Access under Windows is by using this way: Connect to MS Access with Python. Maybe you can find some trouble on Win 7, so I found a solution: Solving a connection between MS Access and Python on Windows 7

    I haven't tried connecting under Linux!

提交回复
热议问题