Hello,

I am using some of the functions from C/C++ interface of SQLite3. While inserting or updating the database randomly some times it returns error code 14 ie SQLITE_CANTOPEN error. To execute SQL query I am using sqlite3_exec function.

ret = sqlite3_exec(mDataBaseConnection, sqlQueryString, NULL, 0, &errorMessage);

In my application I am having single database file and single thread accessing this database. I am working in Macintosh platform.

Any one of you please let me know what is the problem and solution for that?


Thanks and Regards,
Krishnaveni N
[EMAIL PROTECTED]





-----------------------------------------------
Robosoft Technologies - Come home to Technology

Reply via email to