Microsoft SDK for Java

getBookmark

The getBookmark and setBookmark methods of the Recordset class return to a bookmarked record at any time or save the position of the current record, respectively.

Syntax

public Object getBookmark();
public void setBookmark(Object bmk);

Return Value

Sets or retrieves a Variant expression.

Parameters

bmk A Variant expression that evaluates to a valid bookmark.

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