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 is a server cookie?
What is the meaning of TestApi?
If Instancing = Single use for ActiveX Exe, how will this be executed if there are 2 consecutive client requests ?
What is the difference between visual basic and asp.net?
Differentiate between a hyperlink control and a linkbutton control.
What is http only cookie?
What is an example of an application service provider?
What is the difference between asp.net mvc and asp.net webforms? : asp.net mvc
What is preprocessor in .net? Where it use?
What are query strings used for?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Name the tools or API for developing or testing web api?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????
What is a swagger in web api?
Define xmlvalidatingreader class.