<< Click to Display Table of Contents >> AdoServer:BookMark Access |
![]() ![]() ![]() |
A bookmark that Uniquely identifies a particular record in a Recordset
ACCESS BookMark CLASS AdoServer
USUAL Bookmark
Some providers may return a Bookmark object, others may return for example a numerical value.
// Save the bookmark to the current record
uBm := AdoServer:BookMark
//
// Do some operations that move the record pointer
//
// Restore record position
AdoServer:BookMark := uBm