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
What are validators and list some validators of asp.net?
What is the difference between dynamic SGA and static SGA?
Explain server-side scripting and client-side scripting.
how to elimainte the similar data from the different tables
What is IPostBack? How to use it?
What are resource file and how do we generate resource file?
What are the properties of the eventargs argument when capturing keyboard events?
Explain the use of fragment caching.
How many types of validation are there?
How will create assesblies at run time?
Explain the namespace classes used in asp.net mvc? : asp.net mvc
Explain authorization levels in .net ?
What is the difference between abstract class vs interface? Can give me the real time examples?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?