Hallo,

I try to get run the following in a batch file

Open database "test.db"
Set output to "o.txt"
Read sql-statement form "r.sql"

=== r.sql - Start ===
select * from table1;
=== r.sql - End ===

Thinks like the following didn't work:
sqlite3 test.db .output o.txt .read r.sql


Thanks for your help.
Leo



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

Reply via email to