VACUUM got error...

sqlite3_open(...)
sqlite3_exec("VACUUM")  //maybe got error
sqlite3_close(...)

If my database has a table that created before sqlite3_open(),
I got the errcode=1, errmsg="SQL logic error or missing the database"

Reply via email to