[Libreoffice-bugs] [Bug 143905] Firebird. Buit-in driver to connect to a firebird server
bugzilla-daemon at bugs.documentfoundation.org
bugzilla-daemon at bugs.documentfoundation.org
Tue Aug 17 06:04:40 UTC 2021
https://bugs.documentfoundation.org/show_bug.cgi?id=143905
Robert Großkopf <robert at familiegrosskopf.de> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |robert at familiegrosskopf.de
--- Comment #5 from Robert Großkopf <robert at familiegrosskopf.de> ---
At this moment we are far away from Firebird as default. We have set Firebird
back to experimental, because it doesn't work as expected together with the
GUI. And nothing has been changed in this situation since it is set back to
experimental in LO 6.4.3
You could wish an enhancement - but the first, which should be working well, is
the internal version of Firebird.
You could connect to a Firebird server in multiuser-mode with ODBC. Here the
files, described in German Base Handbuch:
odbcinst.ini
[Firebird]
Description = Firebird ODBC driver
Driver64 = /usr/lib64/libOdbcFb.so
odbc.ini
[Firebird-libretest]
Description = Firebird database libreoffice test
Driver = Firebird
Dbname = localhost:/srv/firebird/libretest.fdb
SensitiveIdentifier = Yes
For JDBC you get the driver here:
https://www.firebirdsql.org/en/jdbc-driver/
The driver is called: org.firebirdsql.jdbc.FBDriver
The connection string for the same database is
jdbc:firebirdsql://localhost/libretest.fdb?charSet=UTF-8
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/libreoffice-bugs/attachments/20210817/d002bcdd/attachment.htm>
More information about the Libreoffice-bugs
mailing list