What is the main difference between ADO and ADO.Net

Answer Posted / jyoti

ADO was a connected data access model, which means that when
a connection to the database is made, the connection remains
open until the application is closed.

ADO.NET is disconnected database access model, which means
when an application interacts with the database, the
connection is opened to serve the request of the
application, and is closed as soon as the request is completed.

All data is presented in XML, as compared to ADO.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is two way data binding android?

486


What is the hierarchy of data in databases?

498


What are the parameters that control most of connection pooling behaviors?

511


How to perform sorting on a table in ADO.NET?

553


What is dataadapter in ado.net?

495






What are the benefits of ADO.NET?

604


What are the differences between OLEDB and SQLClient Providers?

564


How to bind the controls(best practice) comboboxes to the data in the dataset?

540


What is connection string?

525


What are the advantages of oledb compared with other classes?

2321


What are the ado.net objects?

510


What are the Data providers in ADO.Net?

549


What is ado net stands for?

515


Explain ado.net features? Benefits? Drawbacks?

549


can we create synonymn in ms access,sql server,my sql if so explain me with example

1577