Description
Commit a transaction in the database. Must be called when all updates all completed.
PreCondition
This method is used in methods DataSave and CommitTransaction. It should not be used anywhere else.
Parameters
oiReturnStatus | output | integer | |
Internal usage
unused
program code (program1/other.p)
&if defined(DEBUGSQL) > 0 &then
run SqlDebugWrite in {&TARGETPROCEDURE} ("* ":U + program-name(1), 1).
&endif
run SqlTransactionCommit in {&TARGETPROCEDURE}
(output oiReturnStatus).