SQLite Forum

Confused about sqlite3_step / sqlite_reset / sqlite3_bind_xxx APIs
Login
Unfortunately, we don't know what calls from the SQLite C API that third party is making.  We don't know what "execute query" and "execute update" do.  Those aren't SQLite terms.  Those calls in your third party library could make any combination of SQLite C API calls in any order.  So we can't tell you what they'll return.