TRANSACTION

TRANSACTION


TIMEDATE Index Level TRANSACTION ABORT
Syntax TRANSACTION [ON | OFF | {ONOFF expr}]
Category BASIC
Type Statement
Description enables or disables participation in a transaction.

This function should not be used directly in the context of a user-written BASIC program as it allows violating the theoretical structure of a transaction.

This functionality is intended for languages built on top of BASIC (like some SQL engines or 4GL languages) who need to use temporary files for internal reasons without affecting a user-level transaction.

Note that the word "onoff" is required if an expression is used with this statement.
Options
See Also BEGIN WORK _CP_trans
Example
Warnings
Compatibility D3 7.0
TIMEDATE Index Level TRANSACTION ABORT