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
What is inheritance and an how it be used, example with an example?
Is asp.net web forms dead?
What is the difference between CLICK and MOUSE DOWN Event ?
What are the advantages of Web API?
Difference between Response.redirect vs server.transfer?
How is application management and maintenance improved in asp.net 2.0?
What is scope of an application variable in asp.net?
What is data reader in asp.net?
What is server side session?
What is difference between ispostback and autopostback in asp net?
How response object is related to asp's response object?
What is skin in asp.net?
If we remove web.config or machine.config from the application then, is this application will works?
What are the different methods of session maintenance in asp.net?
To display data in the combo box, prior to setting the Data Source, what kind of property on a Combo Box do you set with a column name?