Hi Marco,
M. Fioretti wrote:
Er... probably is a stupid question, but what would/did prevent "database documents" from being zip archives just like OOWriter/OOCalc etc... containing:
one really XML _file_ with all the tags wherever they want to be one normal SQLite _file_/database, just when you use SQLite from the command line other auxiliary stuff?
Nothing. That is how they are done.
In other words, why is the particular SQLite behavior you mention above a problem for embedding it in OO.o?
Because SQLite currently can write only to an ordinary file and not to an abstract stream provided from the outside - like, for example, a sub-file in a zip archive.
Depending on the design of file handling in SQLite it may be more or less work, but it certainly is a significant change to SQLite code that would be needed.
Ciao, Joerg
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
