Database Toolbox |
Syntax
Description
register(d)
loads the database driver object d
, which was created using driver
. Use unregister
to unload the driver.
Although database
automatically loads the driver, register
allows you to get
properties of the driver before connecting. The register
function also allows you to use drivermanager
with set
and get
for properties for all loaded drivers.
Examples
register(d)
loads the database driver object d
.
get(d)
returns properties of the driver object.
See Also
driver
, drivermanager
, get
, set
, unregister
querytimeout | resultset |
© 1994-2005 The MathWorks, Inc.