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
Explain about asp.net 2.0 themes?
What is the difference between client-side and server-side validations in ASP.NET?
How many types of validation are there?
What is smpte vc-1?
Define xmlreader class.
What is cookies cache and session?
Is asp.net a programming language?
How many types of validators are there in asp net?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
What is a web farm?
What is mta?
What is application variable?
What is difference between view and partial view?
Where web.config file is used?
Tell me the code snippet to show how we can return 404 errors from HttpError?