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 are all the commands used with Data Adapter?

527


Why is it important to close an ado.net application?

540


What is executenonquery ado.net?

506


What are the ado.net connection pooling parameters?

470


What are typed and untyped dataset?

563






What is the use of SqlCommand object?

659


What is difference between sqldatareader and sqldataadapter?

495


What is the difference in an abstract class and an interface?

522


Why do we use sqldataadapter?

489


How to check if a datareader is closed or opened? IsClosed()

598


Explain the advantage of ADO.Net?

562


What does executereader return?

534


Is it possible to load multiple tables in a Dataset?

540


How to pass multiple tables in datasets simultaneously?

580


What are the different row versions available in table?

539