Promotic

Fields - property of the AdoRecordset object

Description:
Returns the Collection object which contains AdoField objects.
Syntax:
Object Fields
Values:
Returns the Collection object which contains all the AdoField objects of the AdoRecordset object.
Note:
Property access for read only.
 
The Collection object allows to access a single AdoField item by calling the Collection.Item method.
See also:
- Collection (object)
- AdoField (object)
Example1:
Detects "value" of the current record:
JavaScriptVBScriptSelect and copy to clipboard

var vVal = oRs.Fields.Item("value").Value;
Example2:

History:
Pm8.01.00: Created
PROMOTIC 9.0.27 SCADA system documentation MICROSYS, spol. s r.o.

Send page remarkContact responsible person
© MICROSYS, spol. s r.o.