"Ben Smith" <[EMAIL PROTECTED]> wrote in
message
news:[EMAIL PROTECTED]
> I'm using sqlite_reset at end of each loop.

sqlite3_reset doesn't destroy a statement handle. It just prepares it 
for another round of steps.

> My understanding is that's
> the same as if I finalized it and setup a new sqlite3_stmt.

Your understanding is wrong.

> Is that
> not the case?

That is very emphatically not the case.

Igor Tandetnik 



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

Reply via email to