<< Click to Display Table of Contents >> AdoRecordSetEvents:FetchComplete() |
![]() ![]() ![]() |
The FetchComplete event is called after all the records in a lengthy asynchronous operation have been retrieved into the Recordset.
METHOD FetchComplete ( oError, lStatus, oRecordSet ) CLASS AdoRecordSetEvents
oError An Error object. It describes the error that occurred if the value of lStatus is adStatusErrorsOccurred; otherwise it is not set
lStatus An AdoEventStatusEnum status value
oRecordSet A Recordset object that is the object for which the records are being retrieved.
AdoRecordSetEvents, AdoEventStatusEnum, AdoError