Site icon EfmSoft

What does HRESULT 0x87AF0012 (SQLITE_E_TOOBIG) mean?

 
Previous Next
SQLITE_E_SCHEMA SQLITE_E_CONSTRAINT

SQLITE_E_TOOBIG

SQLITE_E_TOOBIG corresponds to SQLite SQLITE_TOOBIG. A string, BLOB, SQL statement, or another value exceeded a SQLite limit.

What to check

SELECT length(?1);

SQLite: Result and Error Codes

SQLite: PRAGMA statements


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

Exit mobile version