Subject | Re: [Firebird-Java] Re: Accessing Firebird via Jaybird for LibreOffice, tables with more than 41 records won't open |
---|---|
Author | Mark Rotteveel |
Post date | 2015-03-06T12:05:42Z |
On Thu, 05 Mar 2015 14:00:33 -0600, "Keith Laten Williams
klwilliams@... [Firebird-Java]" <Firebird-Java@yahoogroups.com>
wrote:
it is in a label before the input field).
jdbc:firebirdsql:oo://<hostname>:<port>/<path> *or*
jdbc:firebirdsql:oo:<hostname>/<port>:<path>
the problem.
don't know if this option allows you to use an external database, or if it
always use a Firebird embedded.
Mark
klwilliams@... [Firebird-Java]" <Firebird-Java@yahoogroups.com>
wrote:
> Mark Rotteveel wrote:firebirdsql:oo:wolcott/3050:G:\firebird\db\JDBCTEST.FDB?encoding=ISO8859_1
>
> | there are some incompatibilities between the
> | default Jaybird implementation and LibreOffice
> | / OpenOffice. Make sure you are using the
> | alternative OpenOffice subprotocol
> | (jdbc:firebirdsql:oo://...).
>
> The connection URL used in the test file is:
>
>
>Yes, I forgot that LibreOffice always assumes the jdbc:-prefix (I believe
> It differs in format slightly from the format described in the release
> notes (but was accepted without errors). I tried (it seems the "jdbc:"
> is pre-supplied by the application):
it is in a label before the input field).
>firebirdsql:oo://wolcott/3050:G:\firebird\db\JDBCTEST.FDB?encoding=ISO8859_1
>
>firebirdsql:oo//wolcott/3050:G:\firebird\db\JDBCTEST.FDB?encoding=ISO8859_1
>jdbc:firebirdsql:oo://wolcott/3050:G:\firebird\db\JDBCTEST.FDB?encoding=ISO8859_1
>jdbc:firebirdsql:oo//wolcott/3050:G:\firebird\db\JDBCTEST.FDB?encoding=ISO8859_1
>Yes that is because all those URL formats are wrong, it is
> these were rejected by LibreOffice with various error messages. Then I
> tried,
jdbc:firebirdsql:oo://<hostname>:<port>/<path> *or*
jdbc:firebirdsql:oo:<hostname>/<port>:<path>
>I'll take a detailed look at your example tomorrow to see if I can find
> firebirdsql:wolcott/3050:G:\firebird\db\JDBCTEST.FDB?encoding=ISO8859_1
>
> which was accepted, but STREETS and STREETS_42 still would not open.
the problem.
> Mark Rotteveel also wrote:It won't - of course - if you still use the JDBC driver, but as I said: I
>
> | Recent LibreOffice versions have (experimental)
> | builtin support for Firebird, I am not sure if you
> | can use it to access an external Firebird database,
> | but you might want to try enabling experimental
> | features and using that.
>
> It made no (discernable) difference when I enabled the experimental
> features.
don't know if this option allows you to use an external database, or if it
always use a Firebird embedded.
Mark