SQLNumResultCols
Full Description
swirl
Syntax
  define external counter function SQLNumResultCols
     (  read-only SQL_handle_type StatementHandle,
        modifiable counter ColumnCount )


Purpose

Returns the number of columns in a result set.

Input argument:

  • StatementHandle.

Output argument:

  • ColumnCount. The number of columns in the result set. This count does not include a bound bookmark column.

Copyright © OmniMark Technologies Corporation, 1988-1998.