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
Which database is the ado.net sql connection object designed for?
What are the difference between readonly vs. Const?
Explain the difference between sqlcommand object and command behavior object?
If a table contains 20000 records . In a page at each time 100 records to be displayed what are the steps you will take to improve performance? Will you use dataset or datareader?
What is the difference between oledb sql server and oledbdotnet provider?
What are all the classes that are available in System.Data Namespace?
What is the maximum pool size in ado.net connection string?
Which provider is used to connect ms access, oracle, etc…?
What are good ado.net object to replace to ado recordset object.
What are the usages of the command object in ado.net?
What is difference between dataset and datatable?
What is the advantage of ado.net?
What is the difference between Command and CommandBuilder object?
How to perform sorting on a table in ADO.NET?
What are the key features of ado.net?