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
Is it possible to load multiple tables in a Dataset?
How to create dynamic gridview?
Explain which name space is used to get assembly details?
What are the usages of the command object in ado.net?
What are three methods for displaying data in a syncfusion datagrid
What is dao and ado?
What is read only and forward only in ado.net?
What are the different ado.net namespaces?
How can we add/remove row's in "datatable" object of "dataset"?
What is method to get XML and schema from Dataset? getXML() and get Schema ()
Explain why edit is not possible in repeater?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
Explain what are the steps to connect to a database?
What are dcl commands?
What you mean by filtering of data?