Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset?
Answer Posted / thangaraj.r
. ADO used connected data usage, while ADO.net used
disconnected data environment.
2. ADO used OLE DB to access data and is COM-based, while
ADO.net uses XML as the format for transmitting data to and
from your database and web application.
3. In ADO, Record set, is like a single table or query
result, while in ADO.net Dataset, can contain multiple
tables from any data source.
4. In ADO, it is sometime problematic because firewall
prohibits many types of request, while in ADO.net there is
no such problem because XML is completely firewall-proof.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
List of words of preprocessor in .net?
What are the event handlers that can be included in the Global.asax file?
What parameters can you pass in the url of the api?
Describe the method to create a permanent cookie?
What is ispostback property?
What's the difference between viewstate and sessionstate?
What is the difference between union and join?
How dataadapter.fill works?
What are the different types of validation controls in asp.net?
What is a nested masterpage in asp.net 2.0? Can there be a master page inside a masterpage?
Are there any resources for drop-in replacements for the default css that comes with the ASP.NET Website template?
Where would you use an ihttpmodule, and what are the limitations of any?
Explain the procedure to handle the process request using mhpm events fired? : asp.net mvc
What is the purpose of asp.net?
What are validators and list some validators of asp.net?