Error 299

Message text

Statement interrupted by user

Item

Value

SQLCode

-299

Constant

SQLE_INTERRUPTED

SQLState

57014

ODBC State

S1000

Probable cause

The user has aborted a statement during its execution. The database was able to stop the operation without doing a rollback. If the statement is INSERT or DELETE, any changes made by the statement will be cancelled. If the statement is a data definition command (for example CREATE TABLE), the command will be cancelled, but the COMMIT that was done as a side effect will not be cancelled.