Value Property
Indicates the value assigned to a Field, Parameter,
or Property object.
Settings and Return Values
Sets or returns a Variant value. Default value depends on the Type
property.
Remarks
Use the Value property to set or return data from Field objects,
to set or return parameter values with Parameter objects, or to set or
return property settings with Property objects. Whether the Value
property is read/write or read-only depends upon numerous factors¾see the topics for the respective objects for more
information.
ADO allows setting and returning long binary data with the Value
property.
Applies To
Field, Parameter, Property
|