Database Toolbox Previous page   Next Page
unregister

Unload database driver

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


Previous page  tables update Next page

© 1994-2005 The MathWorks, Inc.