Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (A-C)

 

A row cannot be stored because it exceeds the database page size

Error constant SQLE_ROW_EXCEEDS_PAGE_SIZE
ODBC 2 State ERROR
ODBC 3 State ERROR
Severity 16
SQLCODE –1117
SQLSTATE WW083
Sybase error code 13396
Probable cause

You attempted to insert or update a row which is too large to be stored on a database page. For UltraLite, with the exception of BLOB columns, a row must fit entirely on a single database page. Larger page sizes may be used to accommodate larger rows.