I'm just wondering if SQLite could be able to work against a stream and not a file. Would be cool to be able to have the database inside a System.IO.Packaging.Package.
bjarte
I'm afraid not. The sqlite engine core is a native C engine and we're constrained by its design.
Robert