FetchProgress (RecordsetEvent) Method (ADO)

This method is called periodically during a lengthy asynchronous operation to report how many rows have currently been retrieved (fetched) into the Recordset.

Syntax

FetchProgress lProgress, lMaxProgress, pRecordset

Parameters

lProgress A Long. The number of records that have currently been retrieved.

lMaxProgres A Long. The maximum number of records expected to be retrieved.

pRecordset A Recordset object. The object for which the records are being retrieved.

Remarks