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 custom controls?
What are the various types of validation controls provided by asp.net?
If I am developing an application that must accomodate multiple security levels though secure login and my asp.net web application is spanned across three web-servers (using round-robin load balancing). What would be the best approach to maintain login-in state for the users?
Describe the events in the life cycle of a web application.
What is difference between session and cookies?
What is the use of service provider?
How response object is related to asp's response object?
8. Why do you want to work here?
What is difference between web config and global asax?
A Web Service Can Only Be Written In .net. Is it True??
Which is faster viewdata or viewbag?
How would ASP and ASP.NET applications run at the same time on the same server?
What is the difference between typeof() vs gettype()?
Explain Authentication mechanism in dotnet
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?