Platform SDK: Broadcast Architecture |
The GetField method returns the value of the specified field from a record in a recordset object. This method is overloaded, and you can use either a LPCTSTR field name or a LONG index number to retrieve the field. C syntax is shown.
COleVariant GetField( LPCTSTR pstrIndex );
COleVariant GetField( LONG lIndex );
Returns the value of the specified field.
Windows NT/2000: Unsupported.
Windows 95/98: Requires Windows 98.
Header: Declared in dbsets.h.
Import Library: Use dbsets.lib or dbsetsst.lib.