4D v14

COMMIT

Home

 
4D v14
COMMIT

COMMIT  


 

 

Command COMMITCOMMIT [TRANSACTION]

The COMMIT command sets the end of a successful transaction. It ensures that all the modifications made by the transaction become a permanent part of the database. It also frees any resources used by the transaction. Keep in mind that you cannot use a ROLLBACK statement after a COMMIT command since the changes have been made permanent. Passing the keyword TRANSACTION is optional.

Example  

See the example for the START command.

 
PROPERTIES 

Product: 4D
Theme: Transactions

 
SEE ALSO 

ROLLBACK

 
ARTICLE USAGE

4D SQL Reference ( 4D v11 SQL Release 4 )
4D SQL Reference ( 4D v14)
4D SQL Reference ( 4D v12.1)
4D SQL Reference ( 4D v13.4)
4D SQL Reference ( 4D v14 R2)
4D SQL Reference ( 4D v14 R3)
4D SQL Reference ( 4D v14 R4)