On 9 July 2010 06:18, <c...@comcast.net> wrote: > > > Thank you very much Simon. > > That worked very slick. > > > > Say, is there a way to put all of the SQLite3 commands I used into a script > and have SQLite3 execute them in the script sequentially? >
Yes, several ways: use .read command (sqlite3 tst.db ".read script.sql") use redirection to script file when invoking sqlite (sqlite3 tst.db < script.sql) scripts can use .read to invoke other scripts > > > -Chris > Regards, Simon _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users