Site icon EfmSoft

What does HRESULT 0x87AF010B (SQLITE_E_CORRUPT_VTAB) mean?

 
Previous Next
SQLITE_E_IOERR_READ SQLITE_E_CANTOPEN_NOTEMPDIR

SQLITE_E_CORRUPT_VTAB

SQLITE_E_CORRUPT_VTAB is the extended SQLite corrupt result for a virtual table. The virtual-table module, its index, or module-managed content is invalid.

What to check

SELECT name, sql FROM sqlite_master WHERE type = 'table';

SQLite: Result and Error Codes

SQLite: PRAGMA integrity_check


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

Exit mobile version