-
-
Notifications
You must be signed in to change notification settings - Fork 23
LibreOffice Base
Mark Rotteveel edited this page Jul 19, 2015
·
2 revisions
TODO: Add more information
LibreOffice / OpenOffice.org features an application called Base targeting the same niche as MS Access does. Base allows you to work with JDBC drivers to access databases. Unfortunately, the interpretation of the JDBC standard by Jaybird differs from the interpretation by OpenOffice / LibreOffice, so Jaybird 2.2.x provides a separate (pure-java) protocol to work with Base.
In order to enable support for the enhanced driver, please use following parameters:
Property | Value |
---|---|
Driver name | org.firebirdsql.jdbc.FBDriver |
JDBC URL | jdbc:firebirdsql:oo://host[:port]/<path_or_alias> |
Please note the jdbc:firebirdsql:oo:
prefix of the URL.
Example URL:
jdbc:firebirdsql:oo://localhost/c:/database/employee.fdb
This URL only provides support for the pure-java wire protocol and does not provide support for the native or embedded implementation.