adspace


How do you update database through dataset?

Answer Posted / Anil Kumar Rawat

To update the database using ADO.NET Dataset, follow these steps: 1) Load data from the database into a DataSet object, 2) Modify the data in the DataSet, 3) Use Update() method to apply changes to the database.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the current version of entity framework?

1048


Explain how to call the sql commands asynchronously in ado.net version 2.0?

996