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
Printable View
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
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