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

2004-11-02 Thread D. Richard Hipp
Didier BRETIN wrote: Cmd.CommandText = "ATTACH DATABASE database AS main"; The original memory database is called "main". Choose a different name. -- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

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

2004-11-02 Thread Didier BRETIN
Hi, D. Richard Hipp wrote : 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