[This is preliminary documentation and subject to change.]
The CloseRecordset method clears the data from a recordset object.
void CloseRecordset(void);
None.
This method does not return a value.
You can reuse recordset objects by opening and closing a single recordset object multiple times. This is more efficient than deleting and creating a new instance of a recordset object.
Windows NT: Unsupported.
Windows: Requires Windows 98.
Windows CE: Unsupported.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsSt.lib.
Unicode: Yes.