On 13 May 2011, at 1:33am, John Deal wrote:

> Humm.  Resetting each prepared statement right after use seemed to work.  So 
> in review, a select prepared statement will lock the DB from other threads 
> (or is it DB connections?) but not the current thread (or is it DB 
> connection).

I don't think it's meant to work like that.  Are you getting errors when you 
call _finalize() ?

<http://www.sqlite.org/c3ref/finalize.html>

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

Reply via email to