DB Begin Transaction

<< Click to Display Table of Contents >>

Navigation:  Actions > DataBase >

DB Begin Transaction

The action begins the transaction of a database. The transaction can be finished (DB Commit) or canceled (DB Rollback). Other users cannot see any changes of database from the moment of the beginning of the transaction to the finish of it.

In case of commit, all changes of the data base from the moment of the beginning of the transaction will be written in the database and accessible to other users of the database.

In case of rollback of the transaction, all changes of the data base from the moment of the beginning of the transaction will be canceled.

The transaction acts in a current session with a data base. The action do not require any additional parameters.

 

 

note Related Topics

DB Open

DB Close

DB Exec SQL

DB Loop

DB Commit

DB Rollback

 

Note: This feature is available for Business license only