version 3
START TRANSACTION
Parameter | Type | Description | ||||
This command does not require any parameters |
Description
START TRANSACTION starts a transaction in the current process. All changes to the data (records) of the database are stored temporarily until the transaction is accepted (validated) or canceled.
If you have several global processes, you can have several transactions. You cannot, however, nest transactions. If you start a transaction inside another transaction, 4th Dimension ignores the second transaction.
See Also
CANCEL TRANSACTION, In transaction, Using Transactions, VALIDATE TRANSACTION.