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

Can we create Synonymns in MS Acess,My Sql Server,Sql Server? But iam we can create in oracle!

1630


How to bind the controls(best practice) comboboxes to the data in the dataset?

533


What are the several execute methods of ado.net?

493


What is sqldatareader in ado.net?

495


How does ado.net work?

486






What is difference between datareader and dataadapter?

541


What is execute scalar in ado.net?

492


What is a sqldataadapter?

518


What is the meaning of executenonquery?

534


What is ado full form?

500


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

518


What are all the classes that are available in System.Data Namespace?

548


What is ole data type?

499


Can we load multiple tables in a dataset?

535


Explain what are the steps to connect to a database?

487