On 26 Nov 2011, at 2:00pm, Pavel Ivanov wrote:

> When sqlite3_step returned SQLITE_BUSY you have to call sqlite3_reset
> before calling sqlite3_step again.

If your statement is a SELECT returning 50 rows, and you've already read 20 of 
them by the time you get the _BUSY, do you get the first 20 again after doing 
the _reset ?

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

Reply via email to