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 ADO .NET and what is difference between ADO and ADO.NET?

Answer Posted / satyambabu

The first data access model, DAO (data access model) was
created for local databases with the built-in Jet engine
which had performance and functionality issues. Next came
RDO (Remote Data Object) and ADO (Active Data Object) which
were designed for Client Server architectures but soon ADO
took over RDO. ADO was a good architecture but as the
language changes so is the technology. With ADO, all the
data is contained in a recordset object which had problems
when implemented on the network and penetrating firewalls.
ADO was a connected data access, which means that when a
connection to the database is established the connection
remains open until the application is closed. Leaving the
connection open for the lifetime of the application raises
concerns about database security and network traffic. Also,
as databases are becoming increasingly important and as
they are serving more people, a connected data access model
makes us think about its productivity. For example, an
application with connected data access may do well when
connected to two clients, the same may do poorly when
connected to 10 and might be unusable when connected to 100
or more. Also, open database connections use system
resources to a maximum extent making the system performance
less effective.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sqldatasource?

978


How to pass multiple tables in datasets simultaneously?

1116


What is XML serialization

1130


Which property is used to check whether a DataReader is closed or opened?

1089


Where is adodb dll located?

1004


Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.

1080


What are the drawbacks of using ado.net?

1016


How do you connect to sql server database without using sqlclient?

1176


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

2145


Which ado.net object is very fast in getting data from the database?

1148


What are all components of ADO.Net data provider?

1110


Why do we serialize data?

1009


Which is the best method to get two values from the database?

1013


What is DataRowCollection?

1152


Explain how to find the given query is optimised one or not?

1097