Results 1 to 3 of 3

Thread: ado.net row index????

  1. #1

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    12

    ado.net row index????

    Hi,

    using ado.net, created a dataset.

    After I do a search on a primary key in a dataset, how do I know what row index I am on???? Is there a way to know???


    Thanks for any help.

    Steve

  2. #2
    Fanatic Member
    Join Date
    Sep 2002
    Posts
    518
    dsData.Tables("Table").Rows.Find("Keyname").rowid seems to do what you want?

  3. #3

    Thread Starter
    New Member
    Join Date
    Jul 2002
    Posts
    12

    thank you thank you thank you

    Yes! That's what I need!

    Thanks!

    Steve

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