how to deal with .mdb access files with python

后端 未结 6 1141
逝去的感伤
逝去的感伤 2020-12-08 00:45

Can someone point me in the right direction on how to open a .mdb file in python? I normally like including some code to start off a discussion, but I don\'t know where to s

6条回答
  •  悲哀的现实
    2020-12-08 01:07

    For a solution that works on any platform that can run Java, consider using Jython or JayDeBeApi along with the UCanAccess JDBC driver. For details, see the related question

    Read an Access database in Python on non-Windows platform (Linux or Mac)

提交回复
热议问题