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
Can you explain one critical mapping? Performance issue which one is better?
Suppose you want an asp.net function (client side) executed on the mouseover event of a button. Where do you add an event handler?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is the file through which you can customize your asp.net application?
What is a postback ispostback and autopostback in asp net?
Differentiate between structure and class.
What are the namespace classes used in asp.net mvc? : asp.net mvc
How to change Master page in ASP.Net using code?
what are the web form events available in asp.net?
What is caching? What are different ways of caching in asp.net?
How can we secure the data which is send from client side to server? Like the login id and paasword needs to be authenticated on the server but we cannot send it in plain text into the server.One more thing we are not using the SSL here.
What are server objects?
Explain the asp.net mvc request life cycle? : asp.net mvc
What is & in a url?
Do you know caching feature?