home *** CD-ROM | disk | FTP | other *** search
-
- 1 Version 4.0 -- 5/1/89 scan_xact
- ______________________________________________________________________
-
- NAME: scan_xact
-
- FUNCTION:
- Print commit service record for distributed transactions.
-
- SYNTAX:
- RETCODE scan_xact(connect, commid)
-
- DBPROCESS *connect;
- DBINT commid;
-
- COMMENTS:
-
-
-
-
-
-
-
- scan_xact Version 4.0 -- 5/1/89 2
- ______________________________________________________________________
-
- o This routine displays the commit service record for a specific
- distributed transaction, or for all distributed transactions
- known to the commit service.
-
- PARAMETERS:
- connect - A pointer to the DBPROCESS used to communicate with
- the commit service.
- commid - The commid used to identify the transaction to the com-
- mit service. If commid is -1, all commit service records are
- displayed.
-
- RETURNS:
- SUCCEED or FAIL.
-
- SEE ALSO:
- abort_xact, commit_xact, remove_xact, start_xact, stat_xact
-
-
-