Number of columns allowing NULLs exceeds limit

Error constant SQLE_TOO_MANY_NULL_COLUMNS
ODBC 2 State 23000
ODBC 3 State 23000
Severity 16
SQLCODE –733
SQLSTATE 23504
Sybase error code 233
Probable cause

You attempted to create or modify a table definition such that the number of columns that allow NULLS is now more than the limit on such columns. The limit is a function of database page size and is approximately 8*(page-size - 30).