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 is commandbuilder in ado.net?
What is difference between connected and disconnected architecture in ado.net?
What is row state?
Which parameter of ConnectionString is used to specify the name of the database?
How to check if a datareader is closed or opened? IsClosed()
How to maintain the relation between two tables in ADO.NET?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
What is difference between ado.net and asp 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 serialization and de-serialization in .net?
What is fill method in ado.net?
Define connection string?
What are dataproviders?
Explain all the classes those are used for database connections between sql server and asp.net?
What are the Data providers in ADO.Net?