MATLAB DATABASE TOOLBOX RELEASE NOTES Guia do Utilizador Página 366

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 684
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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.
Vista de página 365
1 2 ... 361 362 363 364 365 366 367 368 369 370 371 ... 683 684

Comentários a estes Manuais

Sem comentários