We all know that Dataset is purely disconnected
architechure, but we also know that we can update the
changes made to the dataset can be updated in the backend
database. when there is no connection how does the update
happedn?

Answer Posted / komal gupta

As DataAdaptor is Internally build of Select, Insert , Update and Delete Command,It can be updated via using da.Update(ds) , It will internally create Insert/Update/Delete Commnand for DataAdaptor (as per modifcation. Or else We can write specific Insert/Update/Delete Command for Every Action of User and attch these command to DataAdaptor.

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a data control clerk?

751


How would you connect to database using .NET?

769


What are all the different methods under sqlcommand?

688


Define isolation?

727


What is XML serialization

751


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

752


What is ado.net and its architecture?

694


can we create synonymn in ms access,sql server,my sql if so explain me with example

1790


Why do we need ado.net?

713


What is full form of ado?

704


How to maintain the relation between two tables in ADO.NET?

742


How can we add relation between tables in a dataset?

730


How to load multiple tables into a dataset?

711


What provider ado.net use by default? Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

704


What is Data view?

764