Contents Index Topic Contents |
Value Property - ADO
Indicates the value assigned to a Field, Parameter, or Property object.
Applies To
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.
Examples
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.