Microsoft SDK for Java

addOnEndOfRecordset

The addOnEndOfRecordset and removeOnEndOfRecordset methods of the Recordset class add or remove a notification that the end of the recordset has been reached, respectively.

Syntax

public void addOnEndOfRecordset(RecordsetEventHandler handler);
public void removeOnEndOfRecordset(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

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