DBObjectHandle :: StopReadTransaction - Stop read transaction
Terminating a nested read transaction just reduces the transaction level. When terminating the last read transaction for an object space, events stored in the event cache will be released. Depending on the value in bFireEvents, events will be emitted (true) or suppressed (false). The option has no effect for nested read transactions.
Return value: Success ( logical )
Implementation details
logical
DBObjectHandle  :: StopReadTransaction ( logical error_case )
- error_case
- Error indication
If the transaction is to be aborted this option must be set to YES. To commit the transaction the option must be set to NO.