MATLAB DATABASE TOOLBOX RELEASE NOTES Betriebsanweisung Seite 101

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 684
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 100
PostgreSQL ODBC for Windows
2-75
Connect to PostgreSQL using the native ODBC connection command line.
1
Connect to the database with the ODBC data source name. For example, the
following code assumes you are connecting to a data source named PostgreSQL with
user name username and password pwd.
conn = database.ODBCConnection('PostgreSQL','username','pwd');
2
Close the database connection conn.
close(conn)
See Also
close | database
More About
“Working with Database Explorer” on page 4-2
Seitenansicht 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 683 684

Kommentare zu diesen Handbüchern

Keine Kommentare