McDermott, Andrew
<[EMAIL PROTECTED]> wrote:
I'm seeking some clarification regarding set_busy_timeout().  If I set
this to some positive value does this work when using prepared
statements (prepare, step, reset) or only when using sqlite3_exec().

Busy timeout does apply to sqlite3_step (prepare and reset cannot encounter busy state).

Note that sqlite3_exec is implemented in terms of sqlite3_step et al.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to