home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextLibrary / Documentation / Sybase / DBLIB / Section3 / scan_xact.nr < prev    next >
Encoding:
Text File  |  1993-04-22  |  743 b   |  32 lines

  1. .Na "scan_xact" 
  2. .Aa
  3. .Fu
  4. Print commit service record for distributed transactions.
  5. .Ih "distributed transaction, printing commit service record for"
  6. .Sy
  7. .Sf "RETCODE scan_xact(connect, commid)
  8. .Sp "DBPROCESS" "*connect"
  9. .Sp "DBINT" "commid"
  10. .Co
  11. .Bl
  12. This routine displays the commit service record for a specific
  13. distributed transaction, or for all distributed transactions
  14. known to the commit service.
  15. .Bz
  16. .Pa
  17. .Pi connect
  18. A pointer to the DBPROCESS used to communicate with the commit service.
  19. .Pi commid
  20. The \f2commid\fP used to identify the transaction to the commit service.
  21. If \f2commid\fP is -1, all commit service records are displayed.
  22. .in -.375i
  23. .Re
  24. .br
  25. SUCCEED or FAIL.
  26. .Sa
  27. abort_xact,
  28. commit_xact,
  29. remove_xact,
  30. start_xact,
  31. stat_xact
  32.