Hi,

Is it necessary to clear bindings in a Prepared Statement, before reusing it
to insert or update or select from the database again,

I recently found out, sqlite3_reset doesn't reset the bound parameters in a
prepare statement, and sqlite3_clear_bindings need to be used,

If sqlite3_clear_bindings is not done and I repeatedly use it to insert into
a table few binary values, will this affect the memory allocations and usage
by sqlite and is there any possibility of ending up with a corrupt database
due to the above mis-interpretation,

Please clarify,

Urs,
Jayavasanthan J

Reply via email to