Platform SDK: Broadcast Architecture

CDatabaseRecordset::Edit

The Edit method calls directly into an underlying DAO Edit method for the recordset to start an editing operation. C syntax is shown.

void Edit(void);

Parameters

None.

Return Values

This method does not return a value.

Remarks

Most developers do not need to use this method. It is intended for use by ISVs that write their own Guide data object classes to wrap tables they have added to the Guide database.

Requirements

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

See Also

CDatabaseRecordset::Update