Nonstop Database, HiRDB Version 9 UAP Development Guide

[Contents][Index][Back][Next]

16.11.3 Executing a transaction

This example inserts data 1 to the ex table:

Explanation
  1. To start a transaction, use the BeginTransaction method.
  2. To complete the transaction, call the Commit method.
  3. To restore, call the Rollback method.