Each time you run this example:
- The database is initialized (all existing contents removed)
- A transaction is started
- Several NA offices are added to the database
- All offices in the database are displayed (including uncommitted)
- The transaction is committed
- All offices in the database are displayed (all now committed)
- Another transaction is started
- Several EMEA offices are added to the database
- All offices in the database are displayed (including uncommitted)
- The transaction is rolled back
- All offices in the database are displayed (uncommitted EMEA offices are no longer in the database)
- Table of Contents
For additional information, please refer to the product documentation at http://docs.raima.com/.