commit transaction

Description

Commits the work resulting from the current transaction.

Syntax

commit transaction {transaction_name}

Parameters

transaction_name

is the name assigned to the transaction. It must conform to the rules for identifiers that are described in the Sybase SQL Server Reference Manual.

Examples

Example 1

commit transaction

Usage