How can I figure out the error that SQLite3 is giving me when I make an SQL call:
int success = sqlite3_prepare_v2(database, sql, -1, &stmt, NULL); if(s
Sure, if success != SQLITE_OK, then it must be one of these error codes:
success != SQLITE_OK
http://www.sqlite.org/c3ref/c_abort.html