4D v14.3

VALIDATE TRANSACTION

Home

 
4D v14.3
VALIDATE TRANSACTION

VALIDATE TRANSACTION 


 

VALIDATE TRANSACTION  
Does not require any parameters

VALIDATE TRANSACTION accepts the transaction that was started with START TRANSACTION of the corresponding level in the current process. The command saves the changes to the data of the database that occurred during the transaction.

Starting with version 11 of 4D, you can nest several transactions (sub-transactions). If the main transaction is cancelled, all the sub-transactions are cancelled, even if they have been validated individually using this command.

The system variable OK is set to 1 if the transaction has been validated correctly; otherwise, it is set to 0.

 
PROPERTIES 

Product: 4D
Theme: Transactions
Number: 240

The OK variable is changed by the command

 
HISTORY 

Modified: 4D v11 SQL

 
SEE ALSO 

CANCEL TRANSACTION
In transaction
START TRANSACTION
Using Transactions

 
ARTICLE USAGE

4D Language Reference ( 4D v11 SQL Release 6)
4D Language Reference ( 4D v12.4)
4D Language Reference ( 4D v14 R3)
4D Language Reference ( 4D v14 R2)
4D Language Reference ( 4D v13.5)
4D Language Reference ( 4D v14.3)
4D Language Reference ( 4D v14 R4)