Search notes:

ADODB.Field

A Field is a value (column) in a RecordSet (or Record?).
As per Microsoft's documentation, a field can also refer to another recordset (which is then called a chapter).

Properties and methods

actualSize
appendChunk()
attributes
dataFormat
definedSize
getChunk()
name
numericScale
originalValue
precision
properties Metadata about the field, depending on the provider.
status
type The field's data type represented as an integer which corresponds to the dataTypeEnum enumeration.
underlyingValue
value The default property.

See also

ADO

Index