|
-
Jun 30th, 2005, 07:24 AM
#1
Thread Starter
Lively Member
bookmark property in ado
can someone explain this property to me (i'm using the adodc control)
adodc.Recordset.Bookmark
please send me an example of using the above
thanks
-
Jun 30th, 2005, 07:49 AM
#2
Re: bookmark property in ado
The Bookmark property is something you'd save to a variable so that the recordset's current position gets saved. You can then move around in the recordset and return to the bookmarked record by assigning the bookmark variable to the bookmark proeprty
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|