MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 366

  • Download
  • Add to my manuals
  • Print
  • Page
    / 684
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 365
6 Using Database Toolbox Functions
6-24
25100
15621
14606
11944
9965
8643
6525
5899
8632
13170
48345
172000
9
Create a string array containing the column names into which you want to insert the
data, and assign the array to the variable colnames.
colnames{1,1} = 'salesTotal';
10
Use fastinsert to insert the data into the yearlySales table:
fastinsert(conn, 'yearlySales', colnames, monthly)
11
To verify that the data was imported correctly, in Microsoft Access, view the
yearlySales table from the tutorial database.
Page view 365
1 2 ... 361 362 363 364 365 366 367 368 369 370 371 ... 683 684

Comments to this Manuals

No comments