Function CSPODBCRecordset::SetBookmark()
Description:
Fetches the row associated with the specified bookmark.
 |
Prototype:
bool SetBookmark(const CSPVariant& varBookmark);
Arguments:
- const CSPVariant& varBookmark [IN]
The bookmark of the row to fetch.
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member function GetBookmark, UseBookmarks()
|
|