Mihai Limbasan wrote:
> Yes - use ":memory:" (without the double quotes) as the database name
> when opening it. Be aware, though, that all tables and their contents
> will disappear once you close the database connection.

Actually, this brings up the question of the ability to mmap a file, and 
then point SQLite to the image ... In order to obtain a persistant image, 
is it possible to to associate a :memory: database with an mmap'ed blob 
which can be saved between sessions??  Surely this would be useful, no??

Just wondering ... 8-)
Cheers,
Rob Sciuk
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to