7

I'm using mdbtools' SQL functionality to connect to an .mdb file on linux. Mdbtools is still beta and hasn't been updated since 2007, many features like sufficient SQL support aren't available yet.

Features I need:

  • SQL, either with python bindings or through ODBC.
  • AS statement in SQL operations.
  • JOIN if possible.
  • Runs on non-windows.
  • Sub-selects would be really handy.
  • Write support is not necessary.

Is there a replacement for it that is actively being developed?

4

4 に答える 4

6

MDBtools は再び github でホストされているアクティブなプロジェクトです。

https://github.com/brianb/mdbtools

リポジトリをホストしている github アカウントが mdbtools の元の作成者である Brian Bruns によって登録されたという点で、それは「公式」のようです。

彼はパッチを受け入れており、アクティブなイシュー キューなどがあります。

于 2012-05-06T18:39:39.333 に答える
3

このhttp://code.google.com/p/mdb-sqlite/ツールを使用してファイルを SQLite に変換し、お気に入りのスクリプト言語を使用してアクセスできます。

于 2009-09-29T08:00:35.637 に答える
2

私が最近見つけた解決策は、おそらく何らかの用途があるでしょう。 Jackcessは、MS Access データベースから読み書きするための純粋な Java ライブラリです。

于 2009-11-24T19:55:16.503 に答える
-2

ms-access を読み取ることができる Linux 用の ODBC ドライバーがあります。 http://www.easysoft.com/products/data_access/odbc-access-driver/index.html

そしてそれなりのお金がかかります。

于 2010-09-27T16:00:55.990 に答える