MATLAB DATABASE TOOLBOX RELEASE NOTES Podręcznik Użytkownika Strona 47

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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)
Przeglądanie stron 46
1 2 ... 42 43 44 45 46 47 48 49 50 51 52 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag