All,

I wonder what I have to do if sqlite_finalize() fails? sqlite_close() will fail if there are any prepared statements associated with a database handle - so I can't close.

Due to the manual, sqlite_finalize() could return SQLITE_ABORT - do I have to call sqlite_finalize() again in this case?



Thanks,
  Michael

Reply via email to