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
Explain how cookies work.
What is a web server? What are the load limits in it?
What are validator? Name the validation controls in asp.net?
What are the types of validation in asp net?
What is dynamic web page with example?
How many ways are there to maintain a state in .net? What is view state?
What is synchronous and Asynchronous post back ?
What are the merits and demerits of viewstate?
What are the contents of cookie?
What is bson in web api?
What is considered a service provider?
How can I create master page in asp net?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Explain the difference between dataset and datareader.
How many types of triggers are there in update panel?