MATLAB DATABASE TOOLBOX RELEASE NOTES Guida Utente Pagina 621

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 684
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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
Vedere la pagina 620
1 2 ... 616 617 618 619 620 621 622 623 624 625 626 ... 683 684

Commenti su questo manuale

Nessun commento