iphone - How to commit changes in SQLite? -
I have a problem in my database - sometimes changes are sometimes not autocommitted, so let me manually is required. / P>
How can I do this?
Thank you.
Thank you.
As I happened to write just one more question, most The easiest way:
char * errmsg; Int result = sqlite3_exec (database, "comma", zero, zero, and errmsg); Normal result code and with
after you use the error message, if any, you will need sqlite3_free (errmsg)).
Comments
Post a Comment