Database Toolbox |
Syntax
Description
unregister(d)
unloads the database driver object d
, which was loaded using register
. Running unregister
frees up system resources. If you do not use unregister
to unload a registered driver, it automatically unloads when you end the MATLAB session.
Examples
unregister(d)
unloads the database driver object d
.
See Also
register
tables | update |
© 1994-2005 The MathWorks, Inc.