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
What is data relation?
Why do we serialize data?
How to read data with the sqldatareader ?
What is the difference between executequery and executenonquery?
Which object holds only data and does not interact with data source?
What are the different ado.net namespaces?
Explain the basic use of "dataview" and explain its methods.
What is the return type of executescalar?
Explain how to create dynamic gridview?
What is ole in excel?
Can we load multiple tables in a dataset?
What is execute reader in ado.net?
What is acid in ado.net?
Which architecture does Datasets follow?
What is the difference between ado.net and entity framework?