Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How to copy the contents from one table to another table and how to delete the source table in ado.net?

1088


What are the Features and disadvantages of dataset

1175


Command objects uses, purposes and their methods.

1025


What is a column variable?

987


How can we add relation between tables in a dataset?

1047


Data reader read and forward only, how is it possible to get 2 tables of data at a time?

966


Which is faster dataset or datareader?

1021


What is ado recordset?

1062


Explain the various objects in dataset.

1050


What is the difference between SqlCommand and SqlCommandBuilder?

1139


What is aggregate root?

1187


What is the default Timeout for SqlCommand.CommandTimeout property?

1067


What is dataset object? Explain the various objects in dataset.

1085


How do you update a dataset in ado.net?

1064


What are the major difference between classic ADO and ADO.NET?

1057