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 / kishore
we can update it by using fill();
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
What are the objects of ado.net?
What is serialization and de-serialization in .net?
Can we do database operations without using any of the ado.net objects?
What DataReader class do in ADO.NET ?
Which is faster sqldataadapter and sqldatareader?
What is dao and ado?
What is ado data control?
Define executenonquery?
What are the uses of Stored Procedure?
What does ado stand for in ado.net?
What is ado rdo dao in visual basic?
How to connect and retrieve data from database using dataset
What are the ado.net components?
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 the full form of ado.net?