home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / usr / sybase / doc / dbsetavail.man < prev    next >
Encoding:
Text File  |  1993-04-22  |  1.2 KB  |  45 lines

  1.  
  2.   1                       Version 4.0 -- 5/1/89               dbsetavail
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  dbsetavail
  6.  
  7.   FUNCTION:
  8.        Mark a DBPROCESS as being available for general use.
  9.  
  10.   SYNTAX:
  11.        void dbsetavail(dbproc)
  12.  
  13.        DBPROCESS *dbproc;
  14.  
  15.   COMMENTS:
  16.  
  17.        o This routine marks the DBPROCESS as being available for general
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   dbsetavail              Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          use. Any subsequent calls  to  DBISAVAIL()  will  return  TRUE,
  27.          until  some  use is made of the DBPROCESS. Many DB-Library rou-
  28.          tines automatically set the DBPROCESS to "not available."  This
  29.          is useful when many different parts of a program are attempting
  30.          to share a single DBPROCESS.
  31.  
  32.   PARAMETERS:
  33.        dbproc -  A pointer to the DBPROCESS structure that provides  the
  34.            connection for a particular front-end/SQL Server process.  It
  35.            contains all the information that DB-Library uses  to  manage
  36.            communications and data between the front end and SQL Server.
  37.  
  38.   RETURNS:
  39.        None.
  40.  
  41.   SEE ALSO:
  42.        DBISAVAIL
  43.  
  44.  
  45.