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
Explain why edit is not possible in repeater?
What are the Features and disadvantages of dataset
What is Data view?
How can we perform transactions in .net?
Explain the overview of ado.net architecture?
Define data adapter?
What do you know about ado.net's objects?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What are disadvantages of microsoft-provided data provider classes in ado.net?
What is difference between sqldatareader and sqldataadapter?
Explain the dataadapter class in ado.net?
What are typed and untyped dataset?
What is oledb driver?
How do you update database through dataset?
What is the difference between connected and disconnected environment?