https://bugs.documentfoundation.org/show_bug.cgi?id=145343
--- Comment #6 from [email protected] --- ....had same results with previous LO and FB3, so (eventually) re-checked jaybird documentation; https://www.firebirdsql.org/file/documentation/drivers_documentation/java/4.0.x/release_notes.html#new-jdbc-protocol-prefix-jdbcfirebird "Historically, the JDBC protocols supported by Jaybird have used the prefix jdbc:firebirdsql:. We have now added support for jdbc:firebird: as an alternative prefix. This prefix was previously only supported in the OpenOffice.org/LibreOffice pure Java variant. Jaybird now supports the following URL prefixes (or JDBC protocols): Pure Java jdbc:firebirdsql: jdbc:firebirdsql:java jdbc:firebird: (new) jdbc:firebird:java: (new) Native jdbc:firebirdsql:native: jdbc:firebird:native: (new) Embedded jdbc:firebirdsql:embedded: jdbc:firebird:embedded: (new) Local jdbc:firebirdsql:local: jdbc:firebird:local: (new) OpenOffice.org/LibreOffice pure Java variant jdbc:firebird:oo: jdbc:firebirdsql:oo: " I had missed the " :oo: " segment in the datasource somehow !!!(i got the original string from other FB documention/related-sites, so maybe these are out-of-date ?) Thus, when connecting to FB3/4 from LO using JDBC the datasource should have been: firebirdsql:oo:DAISY7-PRO/3050:d:\\FLOP.FDB not: firebirdsql:DAISY7-PRO/3050:d:\\FLOP.FDB ... I think this closes the bug-issue, but some unclear online info and documentation (mainly on FB side of things) has lead me here, so hopefully this will be useful info! -- You are receiving this mail because: You are the assignee for the bug.
