adspace
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