Subject | Re: [Firebird-Java] Accessing Firebird via Jaybird for LibreOffice, tables with more than 41 records won't open |
---|---|
Author | Mark Rotteveel |
Post date | 2015-03-05T13:01:44Z |
On Wed, 04 Mar 2015 17:27:22 -0600, "Keith Laten Williams
klwilliams@... [Firebird-Java]" <Firebird-Java@yahoogroups.com>
wrote:
I currently don't have access to LibreOffice and Internet simultaneously
(hopefully fixed tonight), so I can't look at the file right now. However,
there are some incompatibilities between the default Jaybird implementation
and LibreOffice / OpenOffice. Make sure you are using the alternative
OpenOffice subprotocol (jdbc:firebirdsql:oo://...).
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.
(jdbc:firebirdsql://...). Jaybird by default uses not-holdable result sets,
while LibreOffice expects holdable result sets. Using the
jdbc:firebirdsql:oo defaults to holdable.
I'll try to give a more detailed answer when internet access at my home
has been restored.
Mark
klwilliams@... [Firebird-Java]" <Firebird-Java@yahoogroups.com>
wrote:
> Hi, I'm not sure whether I have a configuration issue, a LibreOffice.odb
> problem, or a Jaybird issue. Any insight you can provide will be
> appreciated. I created a test database, JDBCTEST.FDB and a LibreOffice
> file which references it, jdbctest2.odb. Both files are available forhttps://www.dropbox.com/sh/lrlqt2rnt37u1as/AAB5wqdz6c8oQs-JqXiiJ6oNa?dl=0
> download through my Dropbox account at the following URL:
>
>
I currently don't have access to LibreOffice and Internet simultaneously
(hopefully fixed tonight), so I can't look at the file right now. However,
there are some incompatibilities between the default Jaybird implementation
and LibreOffice / OpenOffice. Make sure you are using the alternative
OpenOffice subprotocol (jdbc:firebirdsql:oo://...).
> Here are more details about my issue. The versions involved are: JaybirdI
> 2.2.7 and LibreOffice 4.3.5.2 (running under Windows 8.1 Pro – 64-bit).
> have with a production database running under both the sameconfiguration
> as well as using LibreOffice 4.2.8.2 (running under Fedora Linux 20 –Recent LibreOffice versions have (experimental) builtin support for
> 64-bit).
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.
> In my production database, after opening a form on a table with aroundthis
> 1100 records (Base shows "record 1 of 41*" - so I thought there might be
> something significant about this number, but I was unable to duplicate
> problem in this test database), if I press the "Last Record" controlset
> button, I get an error message which says -- Error Message: The result
> is closed. Pressing the "More" button yields the following additionalThis error seems to hint that you are using the normal protocol
> information -- SQL Status: 07005.
(jdbc:firebirdsql://...). Jaybird by default uses not-holdable result sets,
while LibreOffice expects holdable result sets. Using the
jdbc:firebirdsql:oo defaults to holdable.
I'll try to give a more detailed answer when internet access at my home
has been restored.
Mark