On Thu, 2005-04-21 at 19:33 -0700, Vladimir Vukicevic wrote:
> That would work, except right now you only get SQLITE_SCHEMA from
> sqlite3_finalize() -- sqlite_step just returns SQLITE_ERROR.  If
> step() returned SQLITE_SCHEMA(), transfer_bindings() would work well,
> or even if there was another method to return the same error that
> finalize() returns (without destroying the statement).

Use sqlite3_reset() instead of sqlite3_finalize().
-- 
D. Richard Hipp <[EMAIL PROTECTED]>

Reply via email to