Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.0 (Français) » SQL Anywhere Server - Database Administration » Administering your database » SQL Anywhere graphical administration tools » Using Interactive SQL

 

Executing COMMIT and ROLLBACK statements in Interactive SQL

You can execute a COMMIT statement by:

  • Choosing SQL » Commit.

  • Pressing Ctrl+Shift+C.

  • Typing Commit into the SQL Statements pane, and then executing the statement.

You can execute a ROLLBACK statement by:

  • Choosing SQL » Rollback.

  • Pressing Ctrl+Shift+R.

  • Typing Rollback into the SQL Statements pane, and then executing the statement.

Note

Executing a COMMIT or ROLLBACK via the SQL menu or a keyboard shortcut does not modify the contents of the SQL Statements pane; however, the Results tab in the Results pane is cleared.

 See also