Tito Ciuro wrote: > If I open a SQLite database in memory (using :memory:), would it be > possible to save it on disk?
Open a disk db and use the ATTACH sql command to add a memory DB. Do your ops in the memory DB, then insert select the results into your disk db. -- Joshua Paine LetterBlock: Web applications built with joy http://letterblock.com/ 301-576-1920 _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users