CdbRecordset::SetBookmark, GetBookmark Property

Sets or returns a bookmark that uniquely identifies the current record in a Recordset object or sets the current record in a Recordset object to a valid bookmark.

Settings and Return Values

The setting or return value is a string expression or variant expression that evaluates to a valid bookmark. (Data type is Variant array of Byte data.)

GetBookmark() returns a CdbBookmark object.

Syntax

CdbBookmarkGetBookmark(VOID);

VOIDSetBookmark(class CdbBookmark );

Set Parameters

Type Description
class CdbBookmark A bookmark of the desired record position.