Results 1 to 2 of 2

Thread: bookmark property in ado

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2004
    Location
    seychelles
    Posts
    111

    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

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    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
  •  



Click Here to Expand Forum to Full Width