User`s guide
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”