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

How do you find the count of records in a dataset?

480


What are three methods for displaying data in a syncfusion datagrid

612


What is ole2 format?

504


What are the advantages of ado.net?

509


Define connection string?

587






What do you know about ADO.NET's objects and methods?

522


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

532


What is ado asp?

515


How do you connect to sql server database without using sqlclient?

562


Which method is used to sort the data in ADO.Net?

1507


What is a datareader object?

581


Describe connection object in ado.net

542


Some important instruction regarding ADO.NET connection string ?

544


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?

540


What is aggregating data ?

513