Collection Contents Index A log is required for IQ databases Next PDF

SQL Anywhere® 10 - Error Messages  > Database Error Messages  > Alphabetic list of error messages

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


Item

Value

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.


Collection Contents Index A log is required for IQ databases Next PDF