Transactional Processing in C for RAD

There is no direct support for transactional processing within a module. If a transactional model is desirable, then the module creator must provide the required building blocks, start_transaction, commit, rollback, and other related processes.