https://bugs.documentfoundation.org/show_bug.cgi?id=143905
Robert Großkopf <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Robert Großkopf <[email protected]> --- 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.
