Transact subroutine

Controls transaction processing.

Note: The TRANSACT volume (in the RevSoft\OI32bit folder) must be attached for transaction control to be enabled.

Transact(Action, SQLstate)

The Transact subroutine has the following parameters.

ParameterDescription
ActionAction requested for transaction processing:

Action - Meaning
0 - Rollback transaction
1 - Commit transaction
2 - Initialize transaction processing
SQLstateA variable which, after the call to Transact, will hold the return code. If SQLstate = 0, the call was successful. Otherwise, the call was unsuccessful. Pass a variable initialized to null.
  • guides/programming/programmers_reference_manual/transact.txt
  • Last modified: 2024/06/19 20:20
  • by 127.0.0.1