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

  • 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 46
Microsoft Access ODBC for Windows
2-21
Connect to Microsoft Access 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 dbtoolboxdemo
with user name admin and password admin.
conn = database.ODBCConnection('dbtoolboxdemo','admin','admin');
2
Close the database connection conn.
close(conn)
Connect to Microsoft Access using the 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 dbtoolboxdemo
with user name admin and password admin.
conn = database('dbtoolboxdemo','admin','admin');
2
Close the database connection conn.
close(conn)
Zobrazit stránku 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 683 684

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

Žádné komentáře