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
Explain ado.net features? Benefits? Drawbacks?
Why do we serialize data?
Which name space is used to get assembly details?
Describe the disconnected architecture of ADO.NET’s data access model.
Define table relations?
What is dataset object? Explain the various objects in dataset.
What is the difference between SqlCommand and SqlCommandBuilder?
Explain the different row versions available in table?
What are the parameters that control most of connection pooling behaviours?
Explain the role of data provider in ado.net? What is the role of data provider in ado.net?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Command objects uses, purposes and their methods.
What is difference in record set and dataset?
What is microsoft ole db provider for sql server?
What are the disadvantages of using datalist?