跳到主要內容

working with MS access mdb files in Linux

It seems there is no easy direct way to work on a M$ access mdb file

But you can extract the file contents and convert to csv format, and then use Openoffice to view it


1. Install MDBTools
2. use a python script to automatically convert to a CSV format file

here is a link with a small python script to do conversions

留言