Close - method of the AdoRecordset object
Description:
Use the this method to close a
Connection, a
Record, a
AdoRecordset or a
Stream object 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.
Example:
JavaScriptVBScriptSelect and copy to clipboard
oRs.Close();
oRs.Close