Alphabetic list of error messages
840
Number of columns allowing NULLs exceeds limit
Item Value
SQLCODE -733
Constant SQLE_TOO_MANY_NULL_COLUMNS
SQLSTATE 23504
Sybase error code 233
ODBC 2 State 23000
ODBC 3 State 23000
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).
Number of columns defined for the view does not match SELECT
statement
Item Value
SQLCODE -114
Constant SQLE_VIEW_DEFINITION_ERROR
SQLSTATE 53011
Sybase error code 4409
ODBC 2 State 21S02
ODBC 3 State 21S02
You attempted to create a view, but the column list specified as part of the
CREATE VIEW statement does not correspond to the list of items in the
view’s SELECT statement.
Probable cause
Probable cause