Platform SDK: Broadcast Architecture

CDatabaseRecordset::CloseRecordset

The CloseRecordset method clears the data from a recordset object. C syntax is shown.

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. Doing so is more efficient than deleting and creating a new instance of a recordset object.

Requirements

  Windows NT/2000: Unsupported.
  Windows 95/98: Requires Windows 98.
  Header: Declared in dbsets.h.
  Import Library: Use dbsets.lib or dbsetsst.lib.