The RecordsetEvent class has the fields shown in the following table.
Field | Description |
adReason | An AdoEnums.EventReason value that specifies the reason for this event. |
adStatus | An AdoEnums.EventStatus value. |
cFields | The number of Field objects in fields. |
cRecords | The number of records affected. |
error | An Error object that describes the error that occurred if the value of AdoEnums.EventStatus is ERRORSOCCURRED; otherwise it is not set. |
fields | An array of Variants containing Field objects with pending changes. |
fMoreData | A boolean flag. It is possible to append new records while processing this event. Before addOnEndOfRecordset returns, add your data, then set this parameter to True to indicate that there is a new end to the Recordset. |
maxProgress | The maximum number of records expected to be retrieved. |
progress | The number of records that have currently been retrieved by the fetch operation. |