CDatabaseRecordset::DeleteRecord

[This is preliminary documentation and subject to change.]

The DeleteRecord method deletes the current record from the recordset.

BOOL DeleteRecord(void);
 

Parameters

None.

Return Values

A BOOL indicating the success or failure of the method. If this value is TRUE, the method succeeded. If it is FALSE, an error occurred.

Remarks

Only the current record of an open recordset can be deleted.

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.