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

SQL Anywhere 11.0.0 » Error Messages » SQL Anywhere error messages » SQL Anywhere error messages sorted by message text (L-S)

 

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

Error 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.