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

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Error Messages » Database Error Messages » Alphabetic list of error messages

A log is required for IQ databases Next Page

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.