Description |
Calls the Close() method of the wrapped ADODB.Connection object. Use the Close method to close a Connection to free any associated system resources. Closing an object does not remove it from memory; you can change its property settings and open it again later. To completely eliminate an object from memory, set the object variable to VOID after closing the object.
|