SQLFetchScroll
Full Description
swirl
Syntax
  define external counter function SQLFetchScroll
     (  read-only sql_handle_type StatementHandle,
        value counter FetchOrientation,
        value counter FetchOffset )


Purpose

Fetches the specified row set of data from the result set and returns data for all bound columns. Row sets can be specified at an absolute or relative position, or by bookmark.

Input arguments:

  1. StatementHandle.
  2. FetchOrientation. The following values are allowed:
    • SQL_FETCH_NEXT
    • SQL_FETCH_FIRST
    • SQL_FETCH_LAST
    • SQL_FETCH_PRIOR
    • SQL_FETCH_ABSOLUTE
    • SQL_FETCH_RELATIVE
    • SQL_FETCH_BOOKMARK
  3. FetchOffset. The number of the row to fetch. The interpretation of this argument depends on the value of the FetchOrientation argument.

Copyright © OmniMark Technologies Corporation, 1988-1998.