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

  • 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 121
2 Getting Started with Database Toolbox
2-96
Connect to Sybase using the native ODBC connection command line.
1
Connect to your database with the ODBC data source name. For example, the
following code assumes you are connecting to a data source named Sybase with user
name username and password pwd.
conn = database.ODBCConnection('Sybase','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 121
1 2 ... 117 118 119 120 121 122 123 124 125 126 127 ... 683 684

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

Žádné komentáře