Contents IndexCLOSE HLI Statement DECLARE HLI Statement

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

Syntax

     COMMIT

Purpose

To make changes permanent to the database.

See also

ROLLBACK.

Description

COMMIT makes any changes you have made to the database permanent.

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

Contents IndexCLOSE HLI Statement DECLARE HLI Statement