MATLAB DATABASE TOOLBOX RELEASE NOTES Guide de l'utilisateur Page 101

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 684
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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
Vue de la page 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 683 684

Commentaires sur ces manuels

Pas de commentaire