"Lists Hammersley" <[EMAIL PROTECTED]> wrote: > On 6/9/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > If you want to preserve the traditional File/Open + File/Save > > semantics, you could create an in-memory SQLite database then > > copy the disk database to the in-memory database on File/Open, > > and copy the other way on File/Save. > > Doesn't this require loading the whole database into memory before starting? >
Yes is does. But with the application I have written, the files rare get bigger than 10MB so that is not really a problem for modern workstations. If you are dealing with much larger files, you could, I suppose, copy the File/Open database into another temporary database on disk and work out of the temporary database. -- D. Richard Hipp <[EMAIL PROTECTED]>