Microsoft SDK for Java

DataNavigator.moveLast

Moves the underlying recordset to the last record.

Syntax

protected void moveLast( Recordset recordset )

Parameters

recordset

A Recordset object that represents the underlying recordset.

Remarks

This method is invoked when the user presses the button to move to the last record. You can override moveLast to add your own error handling or additional behavior.

See Also   moveFirst, moveNext, movePrevious

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