MATLAB DATABASE TOOLBOX RELEASE NOTES Guida Utente Pagina 362

  • Scaricare
  • Aggiungi ai miei manuali
  • Stampa
  • Pagina
    / 684
  • Indice
  • SEGNALIBRI
  • Valutato. / 5. Basato su recensioni clienti
Vedere la pagina 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)
Vedere la pagina 361
1 2 ... 357 358 359 360 361 362 363 364 365 366 367 ... 683 684

Commenti su questo manuale

Nessun commento