CDatabaseRecordset::SetField

[This is preliminary documentation and subject to change.]

The SetField method sets the value of the specified field of a record in the recordset object.

void SetField(
  LPCTSTR pstrIndex,  
  COleVariant cov     
);
 

Parameters

pstrIndex
The name of the field to set.
cov
The field value to set.

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.