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
Does entity framework use ado.net?
What are the Features of a dataset
What are the methods of XML dataset object?
What is difference between connected and disconnected architecture in ado.net?
What is the use of adodc?
How to connect and retrieve data from database using dataset
How to create dynamic gridview?
What is the default Timeout for SqlCommand.CommandTimeout property?
What does adodb stand for?
What is XML serialization
What is ado.net explain with diagram?
What is the difference in an abstract class and an interface?
What are the parameters that control most of connection pooling behaviors?
What is the use of ADO.NET and XML web services?
Which is faster ado.net or linq?