Platform SDK: Broadcast Architecture |
The CloseRecordset method clears the data from a recordset object. C syntax is shown.
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. Doing so is more efficient than deleting and creating a new instance of a recordset object.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsst.lib.