TDbBookmark Class Reference

#include <d32dbms.h>

class TDbBookmark

Nested Classes and Structures

Detailed Description

Saves the current location of a rowset, enabling rapid navigation back to a previously visited row or position in the set.

Instances of this class are returned by RDbRowSet::Bookmark(), which can later be passed to RDbRowSet::GotoL() to return to the row which was current at the call to Bookmark().

See also: RDbRowSet::Bookmark() RDbRowSet::GotoL()