SQLite Forum

sqlite3_exec: Any way to validate the first argument?
Login
Well, the first arg is an open database handle, which you would have had to call `sqlite3_open()` to get, so presumably you know if it's valid or not??