Accessing a JET (.mdb) database in Python

后端 未结 4 724
日久生厌
日久生厌 2020-12-16 01:08

Is there a way to access a JET database from Python? I\'m on Linux. All I found was a .mdb viewer in the repositories, but it\'s very faulty. Thanks

4条回答
  •  半阙折子戏
    2020-12-16 01:37

    Install your distribution's packaged version of mdbtools, use mdb-export to export the Jet data to text files, import the data into a SQLite database, and have a combination of code and data that works in almost any computing environment you might get your hands on.

提交回复
热议问题