ADOxtra for Macromedia DirectorProperties provided by ADOxtra wrapper object for ADODB.Field
Field object represents a column of data with a common data type.
Each Field object corresponds to a column in the Recordset. You use the Value property of Field objects to set or return data for the current record.
With Field object properties you can do the following:
Return the name of a field with the Name property.
View or change the data in the field with the Value property.
Return the basic characteristics of a field with the Type, Precision, and NumericScale properties.
Return the declared size of a field with the DefinedSize property.
Return the actual size of the data in a given field with the ActualSize property.
If the provider supports batch updates, you may resolve discrepancies in field values during batch updating with the OriginalValue and UnderlyingValue properties.
|