MATLAB DATABASE TOOLBOX RELEASE NOTES Betriebsanweisung Seite 601

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 684
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 600
isconnection
7-171
isconnection
Determine if database connections are valid
Syntax
a = isconnection(conn)
Description
a = isconnection(conn) returns 1 if the database connection conn is valid, or
returns 0 otherwise.
Examples
Check if the database connection conn is valid.
a = isconnection(conn)
a =
1
See Also
database | isreadonly | ping
Seitenansicht 600
1 2 ... 596 597 598 599 600 601 602 603 604 605 606 ... 683 684

Kommentare zu diesen Handbüchern

Keine Kommentare