Can somebody please explain the difference between the sqlite3_finalize
and sqlite3_reset functions.
 
Do I just call finalize after calling prepare and step, or do I need to
call reset also?  Looking at the source code, it looks like the exec
function just uses prepare, step and finalize.
 
Nathan Biggs
 

Reply via email to