If I understand you correctly then all I need to do in order for the database
not to be locked would be to reset a prepared query right after I retrieve
the needed data. after reseting I can either drop a temp table or bind
another value to my prepared statement and rerun a query. right?

Is there any reason why we shouldn't reset and clear bindings right after we
are done with a query?



--
Sent from: http://sqlite.1065341.n5.nabble.com/
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to