Database Toolbox |
Construct database drivermanager object
Syntax
Description
dm = drivermanager
constructs a database drivermanager object. You can then use get
and set
to obtain and change the properties of dm
, which are the properties for all loaded database drivers as a whole.
Examples
dm = drivermanager
creates the database drivermanager object dm
.
get(dm)
returns the properties of the drivermanager object dm
.
driver | exec |
© 1994-2005 The MathWorks, Inc.