CDatabaseRecordset::CloseRecordset

[This is preliminary documentation and subject to change.]

The CloseRecordset method clears the data from a recordset object.

void CloseRecordset(void);
 

Parameters

None.

Return Values

This method does not return a value.

Remarks

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.

QuickInfo

  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.