Hi All,
sqlite3_reset() function is called to reset a prepared statement object back
to its initial state, ready to be re-executed. So if the sqlite3_step is return
back SQL_BUSY we need to retry the execution again do I need to call
sqlite3_reset() before retry to execute again.
And after completely fetch all the rows the sqlite3_finalize is need to be call
to delete the prepare statement right.
Thanks
JP
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users