On Wed, 22 Sep 2010, Nimish Nayak wrote:

> I saw the shell.c file in src and figured out how exactly it exports
> databases to SQL dump files and implemented the same in C. But i could not
> find anything for importing the databases to SQL dump files.

   I've not looked at the source code, but the shell command for importing
SQL files is .read. I regularly .dump files, tweak the data, then re-import
using .read after dropping the original table.

HTH,

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

Reply via email to