MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 621

  • Download
  • Add to my manuals
  • Print
  • Page
    / 684
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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
Page view 620
1 2 ... 616 617 618 619 620 621 622 623 624 625 626 ... 683 684

Comments to this Manuals

No comments