MATLAB DATABASE TOOLBOX RELEASE NOTES Betriebsanweisung Seite 362

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 684
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 361
6 Using Database Toolbox Functions
6-20
conn, the connection object for the database
yearlySales, the name of the table to which you are exporting data
The cell arrays colnames and exdata
fastinsert(conn, 'yearlySales', colnames, exdata)
fastinsert appends the data as a new record at the end of the yearlySales table.
10
In Microsoft Access, view the yearlySales table to verify the results.
11
Close the cursor.
close(curs)
12
Continue with the next example (“Replacing Existing Database Data with Exported
Data” on page 6-21). To stop now and resume working with the next example at a
later time, close the connection.
close(conn)
Seitenansicht 361
1 2 ... 357 358 359 360 361 362 363 364 365 366 367 ... 683 684

Kommentare zu diesen Handbüchern

Keine Kommentare