Re: [sqlite] Writing an in-memory database to file

2004-11-02 Thread D. Richard Hipp
Gerhard Haering wrote: On Tue, Nov 02, 2004 at 12:37:23PM +0100, Oliver Bienert wrote: Hello all, I wonder if there is a possibility to save (dump) an in-memory database to file (and vice versa, loading from file) in a fast way? (Without having to create a new database and copying records by select

Re: [sqlite] Writing an in-memory database to file

2004-11-02 Thread Gerhard Haering
On Tue, Nov 02, 2004 at 12:37:23PM +0100, Oliver Bienert wrote: > Hello all, > > I wonder if there is a possibility to save (dump) an in-memory > database to file (and vice versa, loading from file) in a fast way? > (Without having to create a new database and copying records by > select and inser

[sqlite] Writing an in-memory database to file

2004-11-02 Thread Oliver Bienert
Hello all, I wonder if there is a possibility to save (dump) an in-memory database to file (and vice versa, loading from file) in a fast way? (Without having to create a new database and copying records by select and inserts) Oliver