Latest web development tutorials

ADO Field Objects

Field Object

ADO Field object contains information about a column in a Recordset object. Recordset each column corresponds to a Field object.

ProgID

set objField=Server.CreateObject("ADODB.field")


Attributes

Attributes description
ActualSize Returns the actual length of a field value.
Attributes Sets or returns the property of Field objects.
DefinedSize Field returns the size of an object is defined
Name Sets or returns the name of the Field object.
NumericScale Sets or returns Field object values ​​allowed number of decimal places.
OriginalValue Returns the original value of a field.
Precision Sets or returns when the maximum number of hours Field object values ​​allowed digital representation.
Status Return status Field object.
Type Sets or returns an object of type Field.
UnderlyingValue Returns the current value of a field.
Value Sets or returns the value of the Field object.

method

method description
AppendChunk The additional large binary objects or text data to the Field
GetChunk Return all or part of the contents of a large text or binary Field object.

set

set description
Properties All Property object contains a Field object.