<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > ADODB > ADODB Module Classes > ADODB_Connection > ADODB_Connection Methods > <ADODB_Connection>.Close |
Description
Close a Connection object, to free system resources
Syntax
<ADODB_Connection>.Close
Returns
None
Parameters
Name |
Type |
Optional |
Meaning |
Remarks
When an object is closed, it will not be removed from the memory. It is possible to change the property settings and open it again later.
Restrictions
See also
Examples