Alphabetic list of error messages
872
Statement cannot be executed
Item Value
SQLCODE 111
Constant SQLE_CANNOT_EXECUTE_STMT
SQLSTATE 01W08
Sybase error code 590
ODBC 2 State OK
ODBC 3 State OK
You specified a statement for the PREPARE..WITH EXECUTE statement
that cannot be executed. If you specified an output SQLDA, it may contain a
DESCRIBE of the prepared statement.
Statement interrupted by user
Item Value
SQLCODE -299
Constant SQLE_INTERRUPTED
SQLSTATE 57014
Sybase error code 3621
ODBC 2 State ERROR
ODBC 3 State ERROR
You canceled a statement during its execution. The database was able to stop
the operation without doing a rollback. If the statement is INSERT,
UPDATE, or DELETE, any changes made by the statement will be canceled.
If the statement is a data definition statement (for example CREATE
TABLE), the statement will be canceled, but the COMMIT that was done as
a side effect will not be canceled.
Probable cause
Probable cause