Database Toolbox Previous page   Next Page
rows

Get number of rows in fetched data set

Syntax

Description

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

Examples

There are four rows in the fetched data set curs.

To see the four rows of data in curs, type

MATLAB returns

See Also
cols, fetch, get, rsmd


Previous page  rollback rsmd Next page

© 1994-2005 The MathWorks, Inc.