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()
CSPODBCRecordset | ODBC support classes | Class Categories | Online help home | Back

www.micronovae.com

Copyright © 2002 - 2005 Micronovae Ltd