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 a data control clerk?
How would you connect to database using .NET?
What are all the different methods under sqlcommand?
Define isolation?
What is XML serialization
I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?
What is ado.net and its architecture?
can we create synonymn in ms access,sql server,my sql if so explain me with example
Why do we need ado.net?
What is full form of ado?
How to maintain the relation between two tables in ADO.NET?
How can we add relation between tables in a dataset?
How to load multiple tables into a dataset?
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?
What is Data view?