what is the deference between dataset and data adapter?
Answer Posted / o p yadav
Datasets store a copy of data from the database tables.
However, Datasets can not directly retrieve data from
Databases.
DataAdapters are used to link Databases with DataSets. If we
see diagrammatically,
DataSets < ----- DataAdapters < ----- DataProviders < -----
Databases
| Is This Answer Correct ? | 33 Yes | 2 No |
Post New Answer View All Answers
Disable Mouse right click on web page in asp.net?
How does a content page different from a master page?
What are session state modes? List some of the important session state modes of asp.net.
How does session work?
What is the difference between web config and machine config files?
Contrast OOP and SOA. What are tenets of each ?
What is session start?
What is intrinsic objects in asp.net?
What is a master page and what does it do?
What is redirectpermanent in asp.net?
To redirect the user to another page which method do we use without performing a round trip to the client?
what are the ihttphandler and ihttphandlerfactory interfaces ?
What is a web api endpoint?
Who creates jsessionid?
What is server redirect?