|
-
Dec 3rd, 2004, 05:17 PM
#1
Thread Starter
Lively Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|