Mark Stewart wrote:
> 
> John Stanton-3 wrote:
> 
>>I wonder why you do not just use a file in the first place.  Sqlite 
>>caches data in memory so a file based database and memory based perform 
>>much the same.
>>
> 
> 
> For this app, I didn't want to ask the user to enter a filename for a new
> document before they decided to 'save'.  I guess I could use a temporary
> file though. 
> 
> 
I would invent a file name and have it as a well known name in the
application.  You can just copy the file for persistent storage.
Let Sqlite do the work.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to