ReleaseAllObjects

Method
Releases all the allocated resources.

Category
Database

 

Syntax
Sub ReleaseAllObjects

 

Comments
This method is used to release all the resources that have been allocated. This means that all the tables are closed and all of the allocated records are released.

This function is meant to be used after an error has occurred and you want to clean-up before continuing execution. The current database is not closed, neither is the open company.

Remember that all resources must be released before calling OpenDatabase and CloseDatabase.



© 2009 Microsoft Corporation. All rights reserved.