Microsoft SDK for Java

addOnWillChangeRecord

The addOnWillChangeRecord and removeOnWillChangeRecord methods of the Recordset class add or remove a notification that something in the current row of the Recordset will change, respectively.

Syntax

public void addOnWillChangeRecord(RecordsetEventHandler handler);
public void removeOnWillChangeRecord(RecordsetEventHandler handler);

Parameters

handler The routine defined for this event.

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