Sun
ONE Active Server Pages Product Home Page Developer Site Version
 

ContentsPreviousNextIndex



ADO Field Object Remarks


A ADO Recordset Object has an ADO Fields Collection made up of Field objects. Each Field object corresponds to a column in the recordset. You use the ADO Field Object Value Property of Field objects to set or return data for the current record. Depending on the functionality the provider exposes, some collections, methods, or properties of a Field object may not be available.

The collections, methods, and properties of a Field object are used to:

Note icon Note All metadata properties (Name, Type, DefinedSize, Precision, and NumericScale) are available before opening the Field object's recordset. Setting them at that time is useful for dynamically constructing forms.


ContentsPreviousNextIndex