FetchComplete event (ADO)

Applies to: Access 2013, Office 2013

The FetchComplete event is called after all the records in a lengthy asynchronous operation have been retrieved into the Recordset.

Syntax

FetchCompletepError, adStatus, pRecordset

Parameters

Parameter Description
pError An Error object. It describes the error that occurred if the value of adStatus is adStatusErrorsOccurred; otherwise it is not set.
adStatus EventStatusEnum. Before this event returns, set this parameter to adStatusUnwantedEvent to prevent subsequent notifications.
pRecordset A Recordset object. The object for which the records were retrieved.

Remarks

To use FetchComplete with Microsoft Visual Basic, Visual Basic 6.0 or later is required.