June 2001
Intermediate to advanced
620 pages
19h 29m
English
BookmarkEnum Enumeration — (Versions 2.0, 2.1, 2.5, 2.6)
The BookmarkEnum enumeration specifies a bookmark that indicates where an operation is to begin.
Table E-6. The BookmarkEnum Enumeration
|
Enumeration (ADO/WFC) |
Value |
Description |
|---|---|---|
adBookmarkCurrent (CURRENT) |
0 |
Indicates that the operation will start at the current record. |
adBookmarkFirst (FIRST) |
1 |
Indicates that the operation will start at the first record. |
adBookmarkLast (LAST) |
2 |
Indicates that the operation will start at the last record. |
The BookmarkEnum enumeration is part of the com.ms.wfc.data package, and the constant values are preceded with AdoEnums.Bookmark.
Recordset.GetRows Method, Recordset.Move Method
Read now
Unlock full access