Answer Posted / guneetinder singh
1. 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 ? | 28 Yes | 2 No |
Post New Answer View All Answers
Why ca not we use multiple inheritance and garbage collector paralelly in .net?
What are basic methods of dataadapter?
What is ado control?
What are the drawbacks of using ado.net?
What is the difference between a datareader and a dataset?
Explain the difference in record set and dataset?
What is ado.net object model?
Which object of ado contains datarow datacolumn collection?
What does ole stand for in excel?
What are dcl commands?
Why edit is not possible in repeater?
What are the usages of the command object in ado.net?
What is ado net stands for?
differance between ADO vs ADO.Net?
What do you know about ado.net's methods?