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 / vasu
IN DataSet it will use the DataAdapter for communication
with data base when dataset updating the data DataAdapter
will open the connection automatically lost.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is an example of ordinal data?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What is the difference between oledb sql server and oledbdotnet provider?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
how can implement dropdownlist in particular of dataset when try to update?
What is difference between datatable and dataset?
What is ado.net object model?
What is ado.net and its architecture?
What is sql connection in ado.net?
What is the executescalar method?
What is ado.net and its features?
Why is ADO.NET serialization slower than ADO ?
How can you add or remove rows from the datatable object of dataset?
Which object is used to add relationship between two Datatables?
What do you mean by performing asynchronous operation using command object?