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

SQL Anywhere 10.0.1 » UltraLite - Database Management and Reference » UltraLite SQL Statement Reference

UltraLite CHECKPOINT statement Next Page

UltraLite COMMIT statement


Makes changes to the database permanent.

Syntax

COMMIT [ WORK ]

Parameters

WORK is an optional keyword.

Remarks

A transaction is the inserts, updates, and deletes performed on one database connection to a database between COMMIT or ROLLBACK statements. The COMMIT statement ends a transaction and makes all changes made during this transaction permanent in the database.

ALTER, CREATE, and DROP statements are committed automatically.

See also