what is the deference between dataset and data adapter?
Answer Posted / chakri
Data Adaptor is used for manipulations in database like
select,update and delete and fills the data into dataset
the data accessed by dataadapter is filled in dataset
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is OSI layer? Explain different layers.
What is difference between Server.Transfer and Response.Redirect in ASP.NET?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
can we remote debug applications with the remote debugger installed with vs.net 2002, with vs.net 2003?
What do you understand by aggregate dependency?
Explain why datareader is useful?
What do you understand from custom control?
How does exception management works in ASP.NET?
What are the differences between the response.write() and response.output.write()?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What are session cookies?
How can I have a particular web page in an asp.net application which displays its own error page?
Any disadvantages in Dataset and in reflection ?
What are the modes of updation in an updatepanel?
What is difference between asp state management and asp.net state management? How can we pass info between 2 asp.net pages?