MATLAB DATABASE TOOLBOX RELEASE NOTES User's Guide Page 206

  • Download
  • Add to my manuals
  • Print
  • Page
    / 684
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 205
2 Getting Started with Database Toolbox
2-180
object. This code assumes the class object is com.sybase.jdbc4.jdbc.SybDriver.
The last argument is the URL string URL.
conn = database('dbname','username','pwd',...
'com.sybase.jdbc4.jdbc.SybDriver','URL');
3
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 205
1 2 ... 201 202 203 204 205 206 207 208 209 210 211 ... 683 684

Comments to this Manuals

No comments