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
Which one of the following objects is a high-level abstraction of the connection and command objects in ado.net?
What is ado.net code?
Which provider is used to connect ms access, oracle, etc…?
Is it possible to load multiple tables in a Dataset?
What is the difference between Data adaptor and Data set?
Why is it important to close an ado.net application?
How to connect and retrieve data from database using dataset
Give an example that shows how to execute a stored procedure in ado.net?
How would you connect to a database by using .NET?
What is ole data type?
What are the drawbacks of using ado.net?
What does datareader object do?
Give few examples of datareader that is used in different dataproviders.
What is sqlconnection and sqlcommand?
What are the steps you will take to improve performance?