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

  1.  
  2.   1                       Version 4.0 -- 5/1/89               DBMORECMDS
  3.   ______________________________________________________________________
  4.  
  5.   NAME:  DBMORECMDS
  6.  
  7.   FUNCTION:
  8.        Indicate whether there are more commands to be processed.
  9.  
  10.   SYNTAX:
  11.        RETCODE DBMORECMDS(dbproc)
  12.  
  13.        DBPROCESS *dbproc;
  14.  
  15.   COMMENTS:
  16.  
  17.        o The application can use this macro to determine  whether  there
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.   DBMORECMDS              Version 4.0 -- 5/1/89                        2
  25.   ______________________________________________________________________
  26.          are more results to process.
  27.  
  28.        o DBMORECMDS()  can   be   called   after   dbnextrow()   returns
  29.          NO_MORE_ROWS.   If you know that the current command is return-
  30.          ing no  rows,  you  can  call  DBMORECMDS()  immediately  after
  31.          dbresults().
  32.        o Applications rarely need this routine, because they can  simply
  33.          call dbresults() until it returns NO_MORE_RESULTS.
  34.  
  35.   PARAMETERS:
  36.        dbproc -  A pointer to the DBPROCESS structure that provides  the
  37.            connection for a particular front-end/SQL Server process.  It
  38.            contains all the information that DB-Library uses  to  manage
  39.            communications and data between the front end and SQL Server.
  40.  
  41.   RETURNS:
  42.        SUCCEED or FAIL, indicating whether there are more  results  from
  43.  
  44.  
  45.  
  46.   3                       Version 4.0 -- 5/1/89               DBMORECMDS
  47.   ______________________________________________________________________
  48.        the command batch.
  49.  
  50.   SEE ALSO:
  51.        DBCMDROW, dbresults, DBROWS, DBROWTYPE
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.