Alphabetic list of error messages
902
too many temporary tables in connection
Item Value
SQLCODE -817
Constant SQLE_TOO_MANY_TEMP_TABLES
SQLSTATE 52W41
Sybase error code 13823
ODBC 2 State ERROR
ODBC 3 State ERROR
A CREATE TABLE or DECLARE TABLE statement attempted to create a
temporary table, but the resulting number of distinct table ids used for
temporary tables in the current connection would exceed the limit.
Transact-SQL feature not supported
Item Value
SQLCODE -611
Constant SQLE_TSQL_FEATURE_NOT_SUPPORTED
SQLSTATE 0AW02
Sybase error code 176
ODBC 2 State 37000
ODBC 3 State 42000
You attempted to use a Transact-SQL feature that is not supported in
Adaptive Server Anywhere.
Probable cause
Probable cause