SQLite Forum

How to retrieve the last encountered error
Login
When I call the sqlite3_exec function and encounter an error i.e. the result is not SQLITE.OK, what function will give me the description of the error? Is there one?