Database drivers: PostgreSQL | Linux MDB | SQLite
mdb-sdbc-driver-0.1.0
公式文書,認める: This driver does not 反映する the 最新の 開発 anymore. If you want to 実験(する) the 最新の 見解/翻訳/版, then please download the 完全にする OpenOffice.org snapshot 含む/封じ込めるing the 最新の and greatest driver.
This snapshot has been taken from CWS mdbdriver02, where the actual 開発 takes place.
If you download it, and want to 株 your feedback (please do so!), send a mail to 使用者s@dba.openoffice.org. Thanks.
Content
Introduction
Use MDB 道具s to read Microsoft 接近 とじ込み/提出するs under linux.
取り付け・設備
-
download mdbtools 0.5.0 source tarball from mdbtools.sourceforge.逮捕する.
-
unpack
-
適用する this patch. Build and 任命する/導入する mdbtools. See MDB 道具s 取り付け・設備 Guide for 詳細(に述べる).
Patch for mdbtools cvs HEAD is here.
-
任命する/導入する a OpenOffice.org1.1 or newer if you have not done so already.
-
Download the binary 見解/翻訳/版 of the driver.
mdb-sdbc-driver-0.1.0.zip
Copy the zip とじ込み/提出する in OpenOffice1.1/使用者/uno_packages
folder (公式文書,認める:
USE the zip とじ込み/提出する as a whole, DO NOT 抽出する it). Open up a 爆撃する and switch to
the OpenOffice1.1/program directory and start the pkgchk 道具. On success, no
生産(高) is given. Alternatively, you can 任命する/導入する the driver for all 使用者s of a
OpenOffice.org 網状組織 取り付け・設備 by placing the とじ込み/提出する into the OpenOffice1.1/株/uno_packages
and starting pkgchk --株d You can uninstall the 一括 by 削除するing the とじ込み/提出する
in the uno_packages directory and starting pkgchk again.
追加するing a datasource
You can now 追加する a datasource 経由で the ありふれた 道具s/Data Sources dialog. Click on new datasource and select mdb from the Database type combobox. You should 現在/一般に put the とじ込み/提出する 指名する of your mdb とじ込み/提出する into url line.
URL 判型
判型: sdbc:mdb:mdb_filename
Using the driver 経由で the API
To DO
Supported and 行方不明の features
The driver 現在/一般に is 器具/実施するd using the patched MDBTOOLS v0.5. It 現在/一般に has read-only support for 接近 97 (Jet 3) and 接近 2000/2002 (Jet 4) 判型s. And it has に引き続いて 制限s:
-
It does not support i18n. It means that you can only use it to 接近 English date in a MS 接近 MDB とじ込み/提出する. You can't use it to read Chinese , Japanese data and so on.
-
It is a readonly driver,you can't use to to 令状 data into a mdb とじ込み/提出する.
-
It only supports a small 始める,決める of sql language. Such as
select * from table_name
select * from ??table_name?? where col1 = 1 and col2 < 10
select col1 from table_name where col1 = 1
select ??col1?? from table_name where col1 = 1 and col2 < 10
Open questions
Building from source
To DO
実験(する)
To DO.
Authors
The driver has been 器具/実施するd and is 持続するd by 勝利,勝つd Li (yl146652@openoffice.org).