MATLAB DATABASE TOOLBOX RELEASE NOTES Guide de l'utilisateur Page 366

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 684
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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.
Vue de la page 365
1 2 ... 361 362 363 364 365 366 367 368 369 370 371 ... 683 684

Commentaires sur ces manuels

Pas de commentaire