Platform SDK: Broadcast Architecture |
The SetField method sets the value of the specified field of a record in a recordset object. C syntax is shown.
void SetField( LPCTSTR pstrIndex, COleVariant cov );
This method does not return a value.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsst.lib.