Mark a distributed transaction as being committed.
RETCODE commit_xact(connect, commid) DBPROCESS *connect; DBINT commid;
A pointer to the DBPROCESS used to communicate with the commit service.
The commid used to identify the transaction to the commit service.
SUCCEED or FAIL.
If commit_xact fails, you must roll back the transaction.
This routine informs the commit service that the status of a distributed transaction should be changed from “begin” to “commit.”