Platform SDK: Broadcast Architecture

CDatabaseRecordset::DeleteRecord

The DeleteRecord method deletes the current record from the recordset. C syntax is shown.

BOOL DeleteRecord(void);

Parameters

None.

Return Values

Returns TRUE if the record was successfully deleted, and FALSE otherwise.

Remarks

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

Requirements

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