Subject | Re: [Firebird-Java] Using Jaybird with OpenOffice |
---|---|
Author | Roman Rokytskyy |
Post date | 2008-03-26T20:13:06Z |
Hi Milan,
not matter in our case - Jaybird supports both ways.
the support for databases. The usual pattern is that they use one
connection in auto-commit mode and then open one result set, loop
through it and execute another statement using the same connection.
According to the specification the outer result set is closed. The
"defaultHoldable" is a workaround that makes each result set being
cached on the client.
situation with OOBase is such that one can hardly compare it with MS
Access. In combination with OOCalc it is more usable, but in this case
our driver works (or should work) ok.
And if I'm not mistaken, you're the first one who have tried it since
~two years...
Roman
> - from that page, I can figure out how to specifyIIRC, the user name and password can be specified separately. It does
> username/password. Is it supposed to be part of JDBC
> connection URL? Or maybe there should be a separate
> user/pass field and it's a problem with my OpenOffice
> (I'm using it on Linux)?
not matter in our case - Jaybird supports both ways.
> - What's 'defaultHoldable' and how it is supposed toOpenOffice developers did not read the JDBC specification when creating
> be set up?
>
> The page says: 'Additionally you need to specify the
> defaultHoldable', but there's not way to get more info
> on that (except maybe googling?).
the support for databases. The usual pattern is that they use one
connection in auto-commit mode and then open one result set, loop
through it and execute another statement using the same connection.
According to the specification the outer result set is closed. The
"defaultHoldable" is a workaround that makes each result set being
cached on the client.
> Imagine an average Excel/Access user examining OOo+FBWell... an average user won't ask questions "why". Also, the current
> combination as a possible replacement for some tasks,
> and running into this.
situation with OOBase is such that one can hardly compare it with MS
Access. In combination with OOCalc it is more usable, but in this case
our driver works (or should work) ok.
And if I'm not mistaken, you're the first one who have tried it since
~two years...
Roman