CHAPTER 10 Database Error Messages
901
Too many columns in table
Item Value
SQLCODE -616
Constant SQLE_TOO_MANY_COLUMNS_IN_TABLE
SQLSTATE 52W20
Sybase error code 1702
ODBC 2 State ERROR
ODBC 3 State ERROR
You executed a CREATE TABLE or ALTER TABLE statement, which
attempted to add a column to a table. The resulting number of columns in the
table would exceed the limit for the current database page size.
Too many parameters to this external procedure call
Item Value
SQLCODE -625
Constant SQLE_TOO_MANY_PARAMETERS
SQLSTATE WW010
Sybase error code 13680
ODBC 2 State ERROR
ODBC 3 State ERROR
There is a maximum of 256 parameters to an external function call in 32-bit
Windows.
Probable cause
Probable cause