Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to update a Dataset with multiples tables
Message
From
08/02/2008 15:33:31
 
 
To
31/01/2008 17:11:28
General information
Forum:
ASP.NET
Category:
ADO.NET
Environment versions
Environment:
C# 3.0
OS:
Windows XP SP2
Database:
MS SQL Server
Miscellaneous
Thread ID:
01287578
Message ID:
01290906
Views:
13
Bonnie:

It's very simple. I have a dataset made of two tables. I update dataset via a Diffgram and Update doesn't work at all. This is the code:

StringReader sr = new StringReader(diffGram);
DS.ReadXml(sr, XmlReadMode.DiffGram);
MyDataAdapter.Update(DS);

Any idea, please?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform