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 are the main advantages of using asp.net?
What is application and session in asp.net?
What are the two properties that are common on every validation control?
Differences between “dataset” and “datareader”.
What is semantic gap?
What is base class of button control in .net?
What is the maximum timeout we can set for Cookies?
How do you sign out from forms authentication?
What is application variable?
Which adapter should you use, if you want to get the data from an access database?
What is the difference between session and application?
What is viewstate? In which event of the page life cycle, is the viewstate available?
What are the built-in objects in asp.net?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
What is the exact purpose of http handlers?