ADO Parameter Object
Field object
ADODB Field object na iya samar da bayanai game da kowane shafin Recordset object. Kowane shafin a Recordset na iya samar da Field object.
ProgID
set objField=Server.CreateObject("ADODB.field")
Attribute
Attribute |
Description |
ActualSize |
Raba kafin raba a gurɗi na gida a cikin tana gida. |
Attributes |
Dobaro ko kifina ko tana ko Field object ko tana. |
DefinedSize |
Raba a Field object na yana ko ta amma |
Name |
Set or return the name of the Field Object. |
NumericScale |
Set or return the number of decimal places allowed in the value of the Field Object. |
OriginalValue |
Return the original value of a field. |
Precision |
Set or return the maximum number of digits allowed when representing the value of the Field Object numerically. |
Status |
Return the status of the Field Object. |
Type |
Set or return the type of the Field Object. |
UnderlyingValue |
Return the current value of a field. |
Value |
Set or return the value of the Field Object. |
Method
Method |
Description |
AppendChunk |
Append large binary or text data to the Field Object |
GetChunk |
Return all or part of the content of the large binary or text Field Object. |
Collection
Collection |
Description |
Properties |
All Property Objects containing a Field Object. |