Return the current status of a distributed transaction.
int stat_xact(connect, commid) DBPROCESS *connect; DBINT commid;
A pointer to the DBPROCESS used to communicate with the commit service.
The commid is used to identify the transaction to the commit service. If commid is -1, all commit service records are displayed.
A character code: “a” (abort), “b” (begin), “c” (commit), “u” (unknown), or -1 (request failed).
This routine returns the transaction status for the specified distributed transaction.