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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 652
setdbprefs
7-223
setdbprefs
Set preferences for retrieval format, errors, NULLs, and more
Syntax
setdbprefs
v = setdbprefs
setdbprefs(property)
setdbprefs(property,value)
setdbprefs(s)
Description
setdbprefs returns current values for database preferences.
v = setdbprefs returns current values for database preferences to the structure v.
setdbprefs(property) returns the current value for the specified property.
setdbprefs(property,value) sets the specified property to value.
setdbprefs(s) sets preferences specified in the structure s to values that you specify.
Examples
Display Current Values
View the current values of all database preferences
Display all database preference properties and their current values.
setdbprefs
DataReturnFormat: 'cellarray'
ErrorHandling: 'store'
Przeglądanie stron 652
1 2 ... 648 649 650 651 652 653 654 655 656 657 658 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag