Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataTable/DataSet Question
Message
From
16/04/2007 22:15:23
John Baird
Coatesville, Pennsylvania, United States
 
General information
Forum:
ASP.NET
Category:
ADO.NET
Miscellaneous
Thread ID:
01216542
Message ID:
01216566
Views:
17
The dataadapter has properties for Select, Insert, Update, delete;

just create you update command:
dataadapter.UpdateCommand = new sqlCommand("UPDATE table.....blah...blah...blah", connection);
then simply call
dataadapter.Update(your dataset);
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform