Canceling an Interactive SQL command

An interrupt or stop operation stops current processing and prompts for the next command or action.

StepsTo interrupt an Interactive SQL command:

  1. To interrupt an Interactive SQL command, select Interrupt the SQL Statement from the toolbar, or select SQL | Stop.

Reported errors

When an abort is detected, errors are reported depending upon when the abort is detected.

This message also occurs when the database engine is running in bulk operations mode executing a command that modifies the database (INSERT, UPDATE, or DELETE). In this case, ROLLBACK cancels not only the current command, but everything that has been done since the last COMMIT. In some cases, it may take a considerable amount of time for the database engine to perform the automatic ROLLBACK.