Function CSPODBCRecordset::UseBookmarks()
Description:
Sets whether bookmarks will be used for the recordset or not.
 |
Prototype:
bool UseBookmarks(bool bUse = true);
Arguments:
- bool bUse = true [IN]
Sets use of bookmarks on (true) or off (false)
Return value:
If successful, it returns true. Otherwise, it returns false.
See also:
member function SetBookmark, GetBookmark()
|
|