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

后端 未结 12 2248
面向向阳花
面向向阳花 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:13

    If you have some time to spare, you can try to fix and update this python-class that reads MS-Access DBs through the native COM32-client API: Extraction and manipulation class for Microsoft Access

提交回复
热议问题