| Database Toolbox™ | ![]() |
numrows = rows(curs)
numrows = rows(curs) returns the number of rows in the fetched data set curs.
There are four rows in the fetched data set curs.
numrows = rows(curs)
numrows =
4
To see the four rows of data in curs, run:
curs.Data
ans =
'Germany'
'Mexico'
'France'
'Canada'
cols, cursor.fetch, get, rsmd
![]() | rollback | rsmd | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |