Database Toolbox User's Guide
  Go to function:
    Search    Help Desk 
rows    Examples   See Also

Get number of rows in fetched data set

Syntax

Description

numrows = rows(cursor) returns the number of rows in the fetched data set, cursor.

Examples

There are four rows in the fetched data set, cursorA:

To see the four rows of data in cursorA, type:

See Also

cols, fetch

[ Previous | Help Desk | Next ]