Hi Andrew,

> Are there currently any plans to implement either a JDBC or ODBC driver 
> for access to the data in an Embedded database file?

No, there aren't. I suppose a JDBC driver wouldn't be too difficult.

The existing HSQLDB JDBC driver supports an abstract API for file
access, and when you implement this API so that it accesses the sub
streams in an .odb file, you're done.

In fact, this is exactly the way how OOo itself handles it, except that
the implementation of the file access API is done in C++.

An ODBC driver would basically require an ODBC driver for HSQLDB, which
sounds like an ambitious task.


Since you're asking for it :), I would like to point you to
http://dba.openoffice.org/miscellaneous/developer_projects.html. While
this page is not completely up-to-date (I have to find some time to
refresh it), the most interesting part there, which has been asked for
relatively often, is "Embed SQLite into OOo database files". Maybe you
want to have a look at it?

Ciao
Frank

-- 
- Frank Schönheit, Software Engineer         [EMAIL PROTECTED] -
- Sun Microsystems                      http://www.sun.com/staroffice -
- OpenOffice.org Database                   http://dba.openoffice.org -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to