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
Why do we need ado.net?
What is row state?
What is datatable in ado.net?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Which control of the BindingNavigator returns the current position within the data source?
Which is better ole db or odbc?
What is sqlconnection and sqlcommand?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Which is the feature of ado.net?
how you will deal result set? How do you sort a dataset?If a dataset contains 100 rows, how to fetch rows between 5 and 15 only?
What is ole in excel?
What is the difference between Optimistic and Pessimistic locking?
Why do we use sqldataadapter?
What is data adapter in ado.net with example?
How is it possible to get 2 tables of data at a time by using data reader?