MATLAB DATABASE TOOLBOX RELEASE NOTES Guide de l'utilisateur Page 69

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 684
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 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”
Vue de la page 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 683 684

Commentaires sur ces manuels

Pas de commentaire