SQLite Forum

sqlite3_exec: 5th parameter
Login
Is the 5th a verbose description of the return code of sqlite3_exec?

Should I check the 5th parameter (which is a C# out parameter) <i>all the time</i>  <b>or</b> <i>only when the return code is <u>not</u> SQLITE_OK i.e. 0?</i>