Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

TCommit

Marks the successful completion of a transaction.

Synopsis

TCommit

Arguments

The TCommit statement does not have any arguments.

Description

TCommit marks the successful end of a transaction initiated by the corresponding TStart.

Examples

The following example illustrates the use of the TCommit statement:

TStart
If StorePerson(personobject) Then
 TCommit
Else
 TRollback
End If

See Also

FeedbackOpens in a new tab