Results 1 to 7 of 7

Thread: Modifying rows [still problems :-( ]

Threaded View

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Nov 2004
    Posts
    70

    Question Modifying rows [still problems :-( ]

    Hi folks! Going crazy here. I got a dataset filled and now I need to modify a row of one of its tables. I know I can do it like this:

    Dataset.Table1.Rows(x).("Name")="John"

    Being x the row index. Now, I DON'T KNOW THE ROW INDEX of the row I want to modify, I know which row I want to change but HOW DO I FIND OUT ITS ROW INDEX SO THAT I CAN RUN THE COMMAND ABOVE?

    Thanks for your help!
    Last edited by nacho2; Dec 3rd, 2004 at 06:24 PM.

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