MATLAB DATABASE TOOLBOX RELEASE NOTES Podręcznik Użytkownika Strona 629

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 628
rows
7-199
Return the number of rows in the Data property of curs.
numrows = rows(curs)
numrows =
5
Display the rows of data in the Data property of curs.
curs.Data
ans =
[2] [400314] [1002] [ 9] 'Painting Set'
[4] [400339] [1008] [21] 'Space Cruiser'
[1] [400345] [1001] [14] 'Building Blocks'
[5] [400455] [1005] [ 3] 'Tin Soldier'
[3] [400999] [1009] [17] 'Slinky'
Close the connection.
close(conn)
Input Arguments
curs — Database cursor
database cursor object
Database cursor, specified as an open SQL database cursor object generated using
fetch.
Output Arguments
numrows — Number of rows in database cursor object
scalar
Number of rows in the database cursor object, returned as a scalar.
See Also
close | cols | database | exec | fetch | get | rsmd
Przeglądanie stron 628
1 2 ... 624 625 626 627 628 629 630 631 632 633 634 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag