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
How long does an http session last?
How long should a session id be?
How to display Alert in ASP.NET
To add a hyperlink column to the DataGrid which tag is used ?
How do you remove duplicates without using remove duplicate stage?
What is an imagemap in asp.net?
What are the different authentication modes in asp.net?
What are merge modules?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
What is rending process in ASP.NET?
9. Why should we hire you over the others waiting to be interviewed?
Where is session data stored in asp net?
How do I open an ashx file?
Explain server control extensibility with reference to asp.net 2.0 ?
Explain the difference between webfarm and webgardens in .net?