Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataSet GetChanges
Message
From
17/06/2002 11:02:56
 
 
To
17/06/2002 01:03:58
Diptesh Patel
Unitelsoftware Ltd.
Mumbai, India
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
00669080
Message ID:
00669241
Views:
10
How are you checking to see what the updated values are? Are you using TempDS.WriteXML() and myDataSet.WriteXML() to see what your results are? Are you just looking at them in the debugger? The GetChanges() method should be returning the correct changes ... I'm guessing that something else is missing, but what it might be I'm not sure without more information.

~~Bonnie



>DataSet TempDs = myDataSet.GetChanges();
>
>In the above Line TempDs receives a Table :Mytable
>Consisting of 3 Rows .
>Now the Problem is it does not contain updated values in the third column of those 3 rows.
>
>But those changes are available in myDataSet consisting a Table :Mytable
>Consisting of 3 Rows .
>
>So Please Suggest to solve the Problem.
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform