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.

Mark Stewart wrote:
> 
> 
> Jay A. Kreibich-2 wrote:
> 
>>  Of course, I assume Mark wants to do this via code.  That will
>>  require poking around the shell code to see how the ".dump" command
>>  is implemented within the command shell.
>>
> 
> 
> Yes, I'm trying to do this using the C API.  I'll have a look through the
> .dump code and see what I can find.
> 
> Thanks.

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

Reply via email to