The ADO Field object is usually accessed through the Recordset object.
|
Properties |
Methods |
- ActualSize. Current data in bytes.
- Attributes. Can indicate some interesting information such as whether or not the field deals with NULLs.
- DefinedSize. Max data in bytes.
- Name
- NumericScale
- OriginalValue. Value when first retrieved.
- Precision
- Status
- Type. Indicates the data type.
- UnderlyingValue. Current value in database, i.e. like a refresh.
- Value. The default property.
|
- AppendChunk
- GetChunk
|
2007-10-11 20:13:37Z