BookmarkEnum

Microsoft ActiveX Data Objects (ADO)

ADO 2.5 API Reference

BookmarkEnum

Specifies a bookmark indicating where the operation should begin.

Constant Value Description
adBookmarkCurrent 0 Starts at the current record.
adBookmarkFirst 1 Starts at the first record.
adBookmarkLast 2 Starts at the last record.

ADO/WFC Equivalent

Package: com.ms.wfc.data

Constant
AdoEnums.Bookmark.CURRENT
AdoEnums.Bookmark.FIRST
AdoEnums.Bookmark.LAST

See Also

Applies To: GetRows Method | Move Method

© 1998-2003 Microsoft Corporation. All rights reserved.