MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 69

  • Download
  • Add to my manuals
  • Print
  • Page
    / 684
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 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”
Page view 68
1 2 ... 64 65 66 67 68 69 70 71 72 73 74 ... 683 684

Comments to this Manuals

No comments