"Statement interrupted by user"
| Item | Description |
|---|---|
|
SQLCode |
-299L |
|
Constant |
INTERRUPTED |
|
SQLState |
57014 |
|
ODBC 2 State |
ERROR |
|
ODBC 3 State |
ERROR |
|
Sybase Error Code |
2188 |
|
Severity Code |
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.