R.Ivarson wrote:
Hi,
from within a Java program I'd like to access (read/write) a HsqlDB
database file which has been created within Openoffice 2.0 (OO).
Is this possible?
One should think so, because OO uses HsqlDB "internally" (I read), but
so far I fail miserably...
You can not use JDBC to access a document created by OOo because the
HSQLDB stuff is contained inside of an OOo document. What you can do,
however, is write a Java program that accesses OOo and then use that to
manipulate/access the data inside of an OOo Base document.
Your other option is to have OOo reference an external database and then
you can also directly access this data.
It would be nice if there were a JDBC driver to access an OOo Base
document directly.
--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info: http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]