Guest User

Untitled

a guest
Dec 15th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. What is a bookmark in the context of recordsets?
  2.  
  3.  
  4. A bookmark is a pointer that points to the last record changed in a recordset operation.
  5. A bookmark points to the current record in an open recordset and can be updated to move through the recordset.
  6. Bookmarks are placeholders that programmers can use to reference certain records in a recordset.
  7. A bookmark points to the current record and cannot be changed directly. Movement must occur with the MoveNext and MovePrevious methods associated with recordsets.
Add Comment
Please, Sign In to add comment