Accessing a JET (.mdb) database in Python

后端 未结 4 725
日久生厌
日久生厌 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:30

    If you build the CVS version of mdb-tools, it works rather well. It fixed a lot of issues I had trying to use the one in the repositories related to memo field size. mdb-tools is basically a dead project, but people have still been occasionally contributing code to the CVS. The build in Ubuntu is from 2004 I think.

    CVS instructions here:

    http://sourceforge.net/scm/?type=cvs&group_id=2294

    If using Ubuntu, before downloading the sources you'll want to enable source repositories and do:

    apt-get build-dep mdbtools
    

    That will get the required packages you'll need to manually build the sources from CVS.

提交回复
热议问题