Site icon EfmSoft

What does HRESULT 0x87AF0004 (SQLITE_E_ABORT) mean?

 
Previous Next
SQLITE_E_PERM SQLITE_E_BUSY

SQLITE_E_ABORT

SQLITE_E_ABORT corresponds to SQLite SQLITE_ABORT. An application callback, such as an authorizer, progress handler, or another callback in the call path, requested that SQLite stop the operation.

What to check

SELECT sqlite_version();

SQLite: Result and Error Codes

SQLite: Interrupt a long-running query


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

Exit mobile version