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
What is ado or jdbc?
Which name space is used to get assembly details?
What is a dataview?
What is the difference between Dataset. clone and Dataset.copy?
What are the ado.net objects?
Describe connection object in ado.net
What is the difference between typed and untyped dataset?
How can we save all data from dataset?
Define data adapter?
What providers does Ado.net uses?
What is difference between entity framework and ado.net?
How to add a check box or a dropdown list to a column in a datagrid?
What is serialization and de-serialization in .net?
What are the drawbacks of using ado.net?
Give an example of a .net application which connects to microsoft access database using ado.net classes.