Microsoft SDK for Java

addOnFetchProgress

The addOnFetchProgress and removeOnFetchProgress methods of the Recordset class add or remove a notification of the progress of a data retrieval operation, respectively.

Syntax

public void addOnFetchProgress(RecordsetEventHandler handler);
public void removeOnFetchProgress(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.