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 the use of the tag in the web.config file?
Which platform does Microsoft .NET use for exchanging data between applications?
What are client activated objects?
What are the advantages of Web API?
What is %20 in a url?
What are the asp.net 2.0 features?
What is the difference between WindowsDefaultLocation and WindowsDefaultBounds?
What is round trip in asp.net?
Why cyclomatic complexity is important?
What is the Difference between MVC And MVP design pattrens
What is the maximum number of classes that can be contained in one dll file?
Less than one page, how many windows will you be able to maintain?
Is asp.net 64-bit enabled? How?
What is anonymous authentication?
Tell me the code snippet to show how we can return 404 errors from HttpError?