Hi,
I still don't see any _technical_merits that favor HSQLDB over
SQLite. More to the point, there are technical reasons to use
SQLite.
AFAIK one of the main problems was that database documents should be XML
based documents like the ones of writer, calc, ... This means the
database needs to write its binary data within the document structure
and never at the end of it (because there will always be at least the
closing XML Tag of the root element). SQLite needs to append data at the
end of a document and changing this behavior would have been too much to
realize it in the short timeframe for developing the base application.
regards,
Verena
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]