CdbField::SetValue, GetValue Property

Sets or returns the value of a CdbField object.

Syntax

VOIDSetValue(LPVARIANT pv);

COleVariantGetValue(VOID);

Set Parameters

Type Example Description
LPVARIANT pv A pointer to a COleVariant that contains the value to be inserted into the CdbField object.

Remarks

See also CdbRecordset::SetField and CdbRecordset::GetField.