Alphabetic list of error messages
922
Using temporary table
Item Value
SQLCODE 102
Constant SQLE_TEMPORARY_TABLE
SQLSTATE 01W02
Sybase error code 13075
ODBC 2 State OK
ODBC 3 State OK
A temporary table has been created in order to satisfy the query. It can only
occur on an OPEN statement.
VALIDATE TABLE statement must refer to a base table
Item Value
SQLCODE -720
Constant SQLE_CANNOT_VALIDATE_OBJECT
SQLSTATE 42W51
Sybase error code 13729
ODBC 2 State 37000
ODBC 3 State 42000
The VALIDATE TABLE statement must refer to a local base table; it cannot
refer to a view, an IQ table, or an object on a remote server.
Probable cause
Probable cause