Getting the number of affected rows for a SQLite statement using the C API -


i'm executing delete statement using sqlite 3 c api, , i'd know how fetch number of affected rows.

unfortunately, there no function such sqlite3_affected_rows or similar.

try sqlite3_changes() and/or sqlite3_total_changes()


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -