Collection Contents Index Materialized View '%1' not found Next PDF

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

Maximum row size for table '%1' would be exceeded


Item

Value

Constant

SQLE_MAX_ROW_SIZE_EXCEEDED

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Parameter 1

Table name.

Severity

16

SQLCODE

-1132

SQLSTATE

WW089

Sybase error code

13381

Probable cause

You tried to create or alter a table with a maximum row size greater than 64KB. In UltraLite, tables must be defined such that the maximum row size (the sum of the bytes required to store each column) is less than 64KB.


Collection Contents Index Materialized View '%1' not found Next PDF