On 19 Dec 2012, at 1:21am, Larry Brasfield <larry_brasfi...@iinet.com> wrote:

> Is there any reason not to do this?

Don't do it if one statement is a SELECT and another statement interferes with 
the normal way that _step() would step through the results.  Although the API 
will not immediately return an error when you do this you can get an error 
later on (but you will not be able to make SQLite corrupt the database this 
way*).

Having multiple prepared statements which make changes is not a problem.

Simon.

* unless there's a bug we don't know about
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to