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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 365
1 2 ... 361 362 363 364 365 366 367 368 369 370 371 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag