Platform SDK: Broadcast Architecture

CDatabaseRecordset::Update

The Update method calls directly into an underlying DAO recordset to complete an editing operation. C syntax is shown.

void Update(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::Edit