Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?
Answer Posted / lovenier
We use DataSet to retrieve data from database in disconnected mode, but in the data RecordSet it retrieve data in connected mode..
DataSet is designed to work without any continuing connection to the orignal database, but RecordSet is Required a connected environment.
Data in DataSet is bulk loaded, rather than being loaded on demand.
DataSet have no concept of Cursor and current pointer, you can use for each loops to move through data.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is a windows service?
What are the data controls available in asp.net?
What is preprocessor in .net? Where it use?
What is meant by ispostback in asp net?
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What are the different types of cookies in asp.net?
Why do I get error message "could not load type" whenever I browse to my asp.net web site?
How long the items in ViewState exists?
In a page I have gridview with options of select and delete using hyperlink when I am selecting any one of then it has to open another page how can it?
Explain Apache web servers ? How can you get ASP.NET running in Apache web servers - why should you do this?
Can you explain how ASP.NET application life cycle and page life cycle events fire?
How to implement globalization and localization in the use interface in .net.
Write a code for sending an email from asp.net application.
What are the new features added from ASP to ASP.NET?
Explain the concept of View Model in MVC?