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

  1. .Na "abort_xact" 
  2. .Aa
  3. .Fu
  4. Mark a distributed transaction as being aborted.
  5. .Ih "distributed transaction, mark as aborted"
  6. .Sy
  7. .Sf "RETCODE abort_xact(connect, commid)
  8. .Sp "DBPROCESS" "*connect"
  9. .Sp "DBINT" "commid"
  10. .Co
  11. .Bl
  12. This routine informs the commit service that the status of a 
  13. distributed transaction
  14. should be changed from ``begin'' to ``abort.''
  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. .in -.375i
  22. .Re
  23. .br
  24. SUCCEED or FAIL.
  25. .Sa
  26. commit_xact,
  27. remove_xact,
  28. scan_xact,
  29. start_xact,
  30. stat_xact
  31.