MATLAB DATABASE TOOLBOX RELEASE NOTES Betriebsanweisung Seite 469

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 684
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 468
cursor.fetch
7-39
ans =
'Victorian Doll'
'Train Set'
ans =
'Engine Kit'
'Painting Set'
ans =
'Space Cruiser'
'Building Blocks'
ans =
'Tin Soldier'
'Sail Boat'
ans =
'Slinky'
'Teddy Bear'
ans =
'No Data'
Close the cursor object.
close(curs)
Import Numeric Data
Working with the dbtoolboxdemo data source, import a column of numeric data, using
the setdbprefs function to specify numeric as the format for the retrieved data.
curs = exec(conn,'select unitCost from productTable');
setdbprefs('DataReturnFormat','numeric')
curs = fetch(curs,3);
curs.Data
Seitenansicht 468
1 2 ... 464 465 466 467 468 469 470 471 472 473 474 ... 683 684

Kommentare zu diesen Handbüchern

Keine Kommentare