CDatabaseRecordset::Edit

[This is preliminary documentation and subject to change.]

The Edit method provides low-level functionality that calls directly into the DAO Recordset to start an Edit session. Most applications will not 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.

void Edit(void);
 

Parameters

None.

Return Values

This method does not return a value.

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.