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

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 684
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 68
Microsoft SQL Server JDBC for Windows
2-43
Server. For example, the following code assumes you are connecting to a database
named dbname with user name username and password pwd.
conn = database('dbname','username','pwd',...
'Vendor','Microsoft SQL Server','Server','sname',...
'AuthType','Server','PortNumber',123456);
2
Close the database connection conn.
close(conn)
See Also
close | database | javaaddpath
More About
“Working with Database Explorer” on page 4-2
“Bringing Java Classes into MATLAB Workspace”
Przeglądanie stron 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 683 684

Komentarze do niniejszej Instrukcji

Brak uwag