Site icon EfmSoft

What does HRESULT 0x87AF0213 (SQLITE_E_CONSTRAINT_COMMITHOOK) mean?

 
Previous Next
SQLITE_E_CANTOPEN_ISDIR SQLITE_E_NOTICE_RECOVER_ROLLBACK

SQLITE_E_CONSTRAINT_COMMITHOOK

SQLITE_E_CONSTRAINT_COMMITHOOK corresponds to SQLITE_CONSTRAINT_COMMITHOOK. SQLite rolls back the statement when an application-supplied commit hook returns a non-zero value.

What to check

sqlite3_commit_hook(db, callback, context);

SQLite: SQLITE_CONSTRAINT_COMMITHOOK

SQLite: Commit Hook

SQLite: Conflict Resolution


Looking for a different code? Search another status or error code.

Exit mobile version