SQLite Forum

sqlite3_exec
Login
If I have 2 or more SQL statements which I execute with sqlite3_exec, it will execute the first statement.

- what is the simplest way to move to the second and subsequent statements
- is that done in the callback function?