Field Object  
A Field object represents a column of data within a common data type.
AppendChunk  
  Method
 
Appends data to a large or binary Field object.
GetChunk  
Returns: Variant Method
 
Returns all or a portion of the contents of a large or binary Field object.
ActualSize  
Returns: Long Property
 
Indicates the actual length of a field's value. Read only.
Attributes  
Returns: Long Property
 
Indicates one or more characteristics of a Field object.
DataFormat  
Returns: Variant Property
 
Identifies the format that the data should be display in.
DefinedSize  
Returns: Long Property
 
Indicates the defined size of the Field object. Write only.
Name  
Returns: String Property
 
Indicates the name of the Field object.
NumericScale  
Returns: Byte Property
 
Indicates the scale of numeric values for the Field object. Write only.
OriginalValue  
Returns: Variant Property
 
Indicates the value of a Field object that existed in the record before any changes were made. Read only.
Precision  
Returns: Byte Property
 
Indicates the degree of precision for numeric values in the Field object. Read only.
Properties  
Returns: Properties Property
 
Contains all of the Property objects for a Field object.
Type  
Returns: DataType Enum Property
 
Indicates the data type of the Field object.
UnderlyingValue  
Returns: Variant Property
 
Indicates a Field object's current value in the database. Read only.
Value  
Returns: Variant Property
 
Indicates the value assigned to the Field object.