MATLAB DATABASE TOOLBOX RELEASE NOTES Uživatelská příručka Strana 101

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 684
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 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
Zobrazit stránku 100
1 2 ... 96 97 98 99 100 101 102 103 104 105 106 ... 683 684

Komentáře k této Příručce

Žádné komentáře