Do errors encountered when using sqlite3_step(), sqlite3_bind(), and other API functions which work on sqlite3_stmt's set the error message string in the corresponding sqlite3 db structure?
The documentation leads me to believe that the answer is yes, but I wanted to be sure.
Thanks, Charlie