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

  1. .Na "dbsetavail" 
  2. .Aa
  3. .Fu
  4. Mark a DBPROCESS as being available for general use.
  5. .Ih "DBPROCESS, marking as available"
  6. .Sy
  7. .Sf "void dbsetavail(dbproc)"
  8. .Sp "DBPROCESS" "*dbproc"
  9. .Co
  10. .Bl
  11. This routine marks the DBPROCESS as being available for general use. Any
  12. subsequent calls to \f2DBISAVAIL()\fP will return TRUE, until some use
  13. is made of the DBPROCESS. Many \*L routines automatically set
  14. the DBPROCESS to "not available." This is useful when many different
  15. parts of a program are attempting to share a single DBPROCESS.
  16. .Bz
  17. .Pa
  18. .Pi dbproc
  19. A pointer to the DBPROCESS structure that provides the connection
  20. for a particular front-end/\*S process.  It contains all the
  21. information that \*L uses to manage communications and data between the
  22. front end and \*S.
  23. .in -.375i
  24. .Re
  25. .br
  26. None.
  27. .Sa
  28. DBISAVAIL
  29.