Field
object ¶
ADO
Field
object contains information about
Recordset
information about a column in an object. Each column in
Recordset
corresponds to a Field object.ProgID ¶
set objField=Server.CreateObject("ADODB.field")
Attribute ¶
Attribute | Description |
|---|---|
| Returns the actual length of a field value. |
| Set or return |
| Returns the defined size of the Field object |
| Set or return |
| Sets or returns the number of decimal places allowed for values in the |
| Returns the original value of a field. |
| Sets or returns when representing |
| Return |
| Set or return |
| Returns the current value of a field. |
| Set or return the value of the |
Method ¶
Method | Description |
|---|---|
AppendChunk | Append large binary or text data to Field objects |
GetChunk | Returns all or part of a large binary or text Field object. |
Set ¶
Set | Description |
|---|---|
Properties | All Property objects that contain a Field object. |