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 difference between viewstate and session in asp net?
Explain significance of routing? : asp.net mvc
What is _viewstart?
Is it possible for me to change my aspx file extension to some other name?
Explain different authentication modes in asp.net?
Explain the path instructions in xaml?
How can you handle exceptions in asp.net?
Explain the difference between sql invalidation and sql notification.
Which control has default post back is enabled(true)?
What is a web pool?
Which property is used to identify the Page is Post Back in ASP.NET?
Explain security types in asp.net?
What are custom controls?
Which is better asp.net or php?
What is sql data source control in asp.net?