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 can you enable impersonation in the web.config file?
Which dll handles the request of .aspx page?
How does asp.net work?
What are ASHX files?
What’s difference between “optimistic” and “pessimistic” locking?
What is Cookies Less Session?
What are the versions of garbage collection?
Fetch one page value to another page without using state-managment ?
Explain automatic memory management in .net.
Explain the different types of directives in .net?
What is caching? Explain.
What is inproc mode in session?
What is the difference between mvc and asp.net? : Asp.Net MVC
Describe SOA and the tenets of it?
How can we apply themes to an asp.net application?