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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 623
7 Functions — Alphabetical List
7-194
register
Load database driver
Syntax
register(d)
Description
register(d) loads the database driver object d. Use unregister to unload the driver.
Although database automatically loads a driver, register allows you to use get to
view properties of the driver before connecting to the database. The register function
also allows you to run drivermanager with set and get on properties for loaded
drivers.
Examples
1
register(d) loads the database driver object d.
2
get(d) returns properties of the driver object.
See Also
driver | drivermanager | get | set | unregister
Przeglądanie stron 623
1 2 ... 619 620 621 622 623 624 625 626 627 628 629 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag