On 3/2/2012 5:57 PM, Steffen Mangold wrote:
If you have a BEGIN command in your script, then you should also have END or COMMIT at the end (the two are synonyms).can i do this by shell command after ".read" if my SQL script has miss that?
You should be able to, yes. Just type in "END;" (without quotes, but with semicolon).
-- Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

