Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?

Answer Posted / lavanya

With Dataset can retrive the data from two database like
oracle, SQl and merge in one table. Record set is not
possible.

All representation of dataset is using XML while record set
use COM.

Recordset can not be transmitted on HTTP while Dataset can
be.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the concept of MVC Scaffolding?

783


Where can I get information on cookies in asp.net?

777


Can we store object in viewstate?

751


How to display Alert in ASP.NET

848


What is caching? What are different ways of caching in asp.net?

915


What is asp.net mvc? : asp.net mvc

772


What are the two properties that are common on every validation control?

783


How does asp net store session ids by default?

722


What is the difference between sealed vs static class?

790


How does a web application session work?

794


if i wanna deploy my asp.net project to the production server and situation is that i m still not compiled my project i have as-is on my development side now on production server we dont have a visual studio now what kind of settings i need to be to do in webconfig /machine.config file to deploy my project and in iis too....

1853


What are the differnt types of handler in ASP.NET?

735


How can we update records in gridview?Is there any appropriate code for it?

1844


Why the javascript validation not run on the asp.net button but run successfully on the html button?

745


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?

1647