このページはEtoJ逐語翻訳フィルタによって翻訳生成されました。

翻訳前ページへ


虫垂 D. HyperSQL with OpenOffice

HyperSQL with OpenOffice

How to use HyperSQL with OpenOffice.org

Fred Toussi

The HSQL 開発 Group

$Revision: 6692 $

2024-10-25

(米)棚上げする/(英)提議する of Contents

HyperSQL with OpenOffice
Using OpenOffice / LibreOffice as a Database 道具
変えるing .odb とじ込み/提出するs to use with HyperSQL Server
OpenOffice / LibreOffice 拡張s for HyperSQL

HyperSQL with OpenOffice

OpenOffice.org / LibreOffice / ApacheOpenOffice 含むs HyperSQL and uses it for embedded databases. Our 共同 with OpenOffice.org developers over 6 years has 利益d the 開発 and 成熟 of HyperSQL. Before 統合,差別撤廃 into OOo, HyperSQL was ーするつもりであるd 単独で for 使用/適用-明確な/細部 database 接近. The 使用/適用 developer was 推定する/予想するd to 解決する any 統合,差別撤廃 問題/発行するs. Because OpenOffice.org is used by a 広大な 範囲 of 使用者s, from schoolchildren to 法人組織の/企業の developers, a much higher level of 質 保証/確信 has been 要求するd. We have 達成するd it with constant help and feedback from OOo 使用者s and developers.

Apart from embedded use, you may want to use OpenOffice / LibreOffice with a HyperSQL server instance. The typical use for this is to 許す 多重の office 使用者s 接近 to the same database.

There is also a strong 事例/患者 for using OpenOffice to develop your database schema and 使用/適用, even if the database is ーするつもりであるd for your own 使用/適用, rather than OpenOffice.

HyperSQ 見解/翻訳/版 1.8.0 is 含むd in OOo, ApacheOpenOffice and LibreOffice. You can 簡単に 取って代わる the jar with a HyperSQL 見解/翻訳/版 2.7 jar to use the 最新の 能力s with 外部の databases. It is not yet possible to create and use embedded databases with this 見解/翻訳/版.

HyperSQL 見解/翻訳/版 2.x jar will hopefully be 含むd in the 未来 見解/翻訳/版s of ApacheOpenOffice and LibreOffice.

Using OpenOffice / LibreOffice as a Database 道具

OpenOffice is a powerful database 前線 end. If you want to create schemas, edit (米)棚上げする/(英)提議するs, edit the database contents manually, design and produce 井戸/弁護士席-formatted 報告(する)/憶測s, then OpenOffice is probably the best open source 道具s 現在/一般に 利用できる.

To connect from OpenOffice to your database, first run a 地元の server instance for the database. This is 述べるs in the 網状組織 Listeners 一時期/支部 of this guide.

When you connect from OpenOffice.org, you must 明示する 関係 to an 外部の database and use the URL 所有物/資産/財産 "default_schema=true". For example, the URL to connect the 地元の database may be like

 jdbc;hsqldb:hsql://localhost/mydb;default_schema=true 

The only 現在の 制限 is that OpenOffice only 作品 with the PUBLIC schema. This 制限 will hopefully disappear in the 未来 見解/翻訳/版s of OOo.

There will hopefully be a HyperSQL 2.x jar in 未来 見解/翻訳/版s of OpenOffice.

変えるing .odb とじ込み/提出するs to use with HyperSQL Server

You may already have an OOo database とじ込み/提出する, which you want to use outside OOo, or as a server database. The とじ込み/提出する is in fact in the 基準 ZIP 判型 and 含む/封じ込めるs the normal HyperSQL database とじ込み/提出するs. Just use a 公共事業(料金)/有用性 such as 7Zip to 拡大する the .odb とじ込み/提出する. In the /db directory, there are とじ込み/提出するs such as .script, .data, etc. Just 改名する these とじ込み/提出するs into mydb.script, mydb.data, etc. You can now open the mydb database 直接/まっすぐに with HyperSQL as an embedded database or as a server instance.

OpenOffice / LibreOffice 拡張s for HyperSQL

Since 2021, two new OOo and LO 拡張s are developed and 持続するd on GitHub by the developer prrvchr. These 拡張s make it 平易な to use the 最新の 見解/翻訳/版 of HSQLDB 2.x with the 最新の 見解/翻訳/版s of the Base program. One 拡張 簡単に 追加するs and 負担s the HSQLDB 2.x jar, ready for use. It also 許すs updating the jar to the 最新の 見解/翻訳/版. The second 拡張 抽出するs the database from the .odb とじ込み/提出する in the same directory and connects to the 抽出するd database とじ込み/提出するs.

The simple driver: https://prrvchr.github.io/jdbcDriverOOo/

The driver that 抽出するs the とじ込み/提出するs: https://prrvchr.github.io/HyperSQLOOo/

The 拡張s are 平易な to use, with (疑いを)晴らす visual 指示/教授/教育s on how to 追加する the 拡張s to the Office 控訴 and how to create and open databases.


$Revision: 6787 $