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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 620
procedures
7-191
curs = exec(conn,'sp_customer_list');
curs = fetch(curs)
curs =
Attributes: []
Data: {10x2 cell}
DatabaseObject: [1x1 database]
RowLimit: 0
SQLQuery: 'sp_customer_list'
Message: []
Type: 'Database Cursor Object'
ResultSet: [1x1 sun.jdbc.odbc.JdbcOdbcResultSet]
Cursor: ...
[1x1 com.mathworks.toolbox.database.sqlExec]
Statement: [1x1 sun.jdbc.odbc.JdbcOdbcStatement]
Fetch: ...
[1x1 com.mathworks.toolbox.database.fetchTheData]
View the results:
curs.Data
ans =
[101] 'The Power Group'
[102] 'AMF Corp.'
[103] 'Darling Associates'
[104] 'P.S.C.'
[105] 'Amo & Sons'
[106] 'Ralston Inc.'
[107] 'The Home Club'
[108] 'Raleigh Co.'
[109] 'Newton Ent.'
[110] 'The Pep Squad'
See Also
dmd | exec | get | procedurecolumns
Przeglądanie stron 620
1 2 ... 616 617 618 619 620 621 622 623 624 625 626 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag