On Mon, Mar 31, 2014 at 7:23 AM, d b <va230...@gmail.com> wrote:

> sqlite3_bind_text() returned 21 error. It is throwing for all insertions
> once error introduced.
>
> For ex: Here, Inserted first 10 records successfully. then it was started
> throwing error 21 for 11th record on-wards till last record(10,000 record).
> I was able to insert the records successfully after restart the application
> only.
>

That probably means that somewhere in between the 10th and the 11th cycle,
there was a call to sqlite3_finalize() to delete that statement.

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

Reply via email to