Site icon EfmSoft

What does HRESULT 0x87AF0108 (SQLITE_E_READONLY_RECOVERY) mean?

 
Previous Next
SQLITE_E_LOCKED_SHAREDCACHE SQLITE_E_IOERR_READ

SQLITE_E_READONLY_RECOVERY

SQLITE_E_READONLY_RECOVERY is the extended SQLite read-only result for a recovery operation. SQLite needs to write recovery state but the database environment is not writable.

What to check

PRAGMA journal_mode;

SQLite: Result and Error Codes

SQLite: Write-Ahead Logging


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

Exit mobile version