You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.