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
How to unit test Web API?
Do I need to have the latest version of windows media player installed?
Briefly describe the role of global.asax?
Explain the difference between asp.net mvc and asp.net webforms? : asp.net mvc
Define caching.
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
Can we have a web application running without web.config file?
What methods are fired during the page load? Init()
What is round trip in asp.net?
What are HTTP handlers in ASP.NET?
Are there resources online with tips on asp to asp.net conversions?
What is difference between rest and soap?
What are the different methods of session maintenance in asp.net?
What are themes and skins in 2.0, explain usage scenario?
Explain different types of Caching techniques in ASP.NET?