Advantage Client Engine
Positions the given table to the given bookmark.
UNSIGNED32 |
AdsGotoBookmark60 (ADSHANDLE hObj, UNSIGNED8 *pucBookmark); |
hObj (I) |
Handle of table or cursor. |
pucBookmark (I) |
Bookmark from a call to AdsGetBookmark60. |
Position the table/cursor to the bookmark previously retrieved from a call to AdsGetBookmark60.
Note Explicitly moving to a deleted record when using the Advantage proprietary table format (ADT) is an illegal operation and will return the error 5022 (AE_INVALID_RECORD_NUMBER), invalid record number.
Note This function is capable of utilizing registered callback functions. To learn more about callback functionality and how it behaves with this function, see Callback Functionality.