Contents IndexPREPARE HLI Statement SET CONNECTION HLI Statement

User's Guide
   Part V. The SQL Anywhere Programming Interfaces
     Chapter 38. The WSQL HLI Interface
      ROLLBACK HLI Statement

Syntax

     ROLLBACK

Purpose

To undo changes made to the database since the last COMMIT or ROLLBACK.

See also

COMMIT.

Description

This command undoes any changes made to the database since the last COMMIT or ROLLBACK.

This command is functionally similar to the SQL command ROLLBACK. See "ROLLBACK statement" for details.

Contents IndexPREPARE HLI Statement SET CONNECTION HLI Statement