Navigation: Activities > Database
Transactions
Transactions provide a secure way of working with databases. There are three possible activities: start, commit and rollback. Use these together with Exceptions to ensure data is saved correctly.
•Start transaction
•Commit transaction
•End transaction