Hello,

Is it safe to call sqlite3_finalize() even if sqlite3_prepare() has returned an error? Or should I call sqlite3_finalize() only when sqlite3_prepare() has returned SQLITE_OK?

TIA,

-- Tito



Reply via email to