Ken <[EMAIL PROTECTED]> wrote: > If sqlite3_finalize is the destructor, then what happens when it > returns sqlite3_busy ? > > Should finalize be called again? >
sqlite3_finalize always succeeds. The return code is the detailed return code from the most recent call to sqlite3_step(). -- D. Richard Hipp <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

