Class Field (ADODB VBA)
The class Field represents a column of data with a common data type.
Methods
AppendChunk - Appends data to a large text or binary data Field, or to a Parameter object.
GetChunk - Returns all, or a portion, of the contents of a large text or binary data Field object.
Properties
Value (Default member) - Indicates the value assigned to a Field, Parameter, or Property object.
ActualSize indicates the actual length of a field's value.
Attributes indicates one or more characteristics of an object.
DataFormat
DefinedSize indicates the data capacity of a Field object.
Name indicates the name of an object.
NumericScale indicates the scale of numeric values in a Parameter or Field object.
OriginalValue indicates the value of a Field that existed in the record before any changes were made.
Precision indicates the degree of precision for numeric values in a Parameter object or for numeric Field objects.
Properties contains all the Property objects for a specific instance of an object.
Status indicates the status of a Field object.
Type indicates the operational type or data type of a Parameter, Field, or Property object.
UnderlyingValue indicates a Field object's current value in the database.
Related Classes
Properties - Contains all the Property objects for a specific instance of an object.