ADO Field Object
Field Object
The ADO Field object contains information about a column in a Recordset object. Each column in the Recordset corresponds to a Field object.
ProgID
Properties
| Property |
Description |
| ActualSize |
Returns the actual length of a field value. |
| Attributes |
Sets or returns the attributes of the Field object. |
| DefinedSize |
Returns the defined size of the Field object. |
| Name |
Sets or returns the name of the Field object. |
| NumericScale |
Sets or returns the number of decimal places allowed in the Field object. |
| OriginalValue |
Returns the original value of a field. |
| Precision |
Sets or returns the maximum number of digits allowed when representing numeric values in the Field object. |
| Status |
Returns the status of the Field object. |
| Type |
Sets or returns the type of the Field object. |
| UnderlyingValue |
Returns the current value of a field. |
| Value |
Sets or returns the value of the Field object. |
Methods
| Method |
Description |
| AppendChunk |
Appends large binary or text data to a Field object. |
| GetChunk |
Returns all or part of the content of a large binary or text Field object. |
Collections
| Collection |
Description |
| Properties |
Contains all Property objects for a Field object. |