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?

Answers were Sorted based on User's Feedback



What is ADO .NET and what is difference between ADO and ADO.NET?..

Answer / pankaj

1. Business Model


ADO is Connection-oriented Models used mostly
ADO.NET is Disconnected models are used:Message-like Models.


2. Disconnected Access

ADO Provided by Record set.
ADO.NET Provided by Data Adapter and Data set

3. XML Support

ADO Limited
ADO.NET Robust Support

4. Connection Model

ADO Client application needs to be connected always to
data-server while working on the data, unless using
client-side cursors or a disconnected Record set

ADO.NET Client disconnected as soon as the data is
processed. DataSet is disconnected at all times.

5. Data Passing

ADO objects communicate in binary mode.
ADO.NET uses XML for passing the data.

Is This Answer Correct ?    13 Yes 0 No

What is ADO .NET and what is difference between ADO and ADO.NET?..

Answer / sweety

diff:
1.ADO is a connected approach,where as ADO.Net is a
disconnected data approach.
2.ADO is a concept of vb 6.0,where as ADO.Net ia concept
of .Netframework.
3.ADO is a Object Based,where as ADO.Net is a Object
Oriented.
4.ADO supports recordset,whereas ADO.Net supports dataset.

Is This Answer Correct ?    11 Yes 0 No

What is ADO .NET and what is difference between ADO and ADO.NET?..

Answer / sabir

ado.net is xml based and ado is com based
here easy to implement he disconnected model and diffcivult
to

Is This Answer Correct ?    10 Yes 4 No

What is ADO .NET and what is difference between ADO and ADO.NET?..

Answer / bastin

1.ADO is a connected approach,where as ADO.Net is a
disconnected data approach.
2.ADO is a concept of vb 6.0,where as ADO.Net ia concept
of .Netframework.
3.ADO is a Object Based,where as ADO.Net is a Object
Oriented.
4.ADO supports recordset,whereas ADO.Net supports dataset.

Is This Answer Correct ?    5 Yes 0 No

What is ADO .NET and what is difference between ADO and ADO.NET?..

Answer / 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

What is ADO .NET and what is difference between ADO and ADO.NET?..

Answer / bhavesh

ADO.NET is stateless mechanism. I can treat the ADO.Net as a
separate in-memory database where in I can use relationships
between the tables and select insert and updates to the
database. I can update the actual database as a batch.

Is This Answer Correct ?    4 Yes 4 No

What is ADO .NET and what is difference between ADO and ADO.NET?..

Answer / thiyagu.p

ADO : Needs contionous connection to read records.

ADO.NET : It reads entire results and keep it the form of
table. So it never re-connect with DB.

Is This Answer Correct ?    3 Yes 3 No

Post New Answer

More ADO.NET Interview Questions

what is Sql Native Client?

5 Answers   Gantec Solutions,


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

0 Answers  


Which is faster sqldataadapter and sqldatareader?

0 Answers  


Explian About DataAdapters

0 Answers   BirlaSoft,


What are the differences between RAW, AUTO and Explicit modes in retrieving data from SQL Server in XML format?

1 Answers   TCS,


What are the Data providers in ADO.Net?

0 Answers  


Which parameter of ConnectionString is used to specify the name of the database?

0 Answers  


I loaded the dataset with a table of 10 records. One of the records is deleted from the backend, how do you check whether all the 10 records were present while updating the data(which event and steps) and throw the exception 28 can datareader hold data from multiple tables?

0 Answers  


What are the key features of ado.net?

0 Answers  


What are relation objects in dataset and how & where to use them?

1 Answers  


Explain the role of data provider in ado.net? What is the role of data provider in ado.net?

0 Answers  


What are the attirbutes of DataSet?

5 Answers   IBM,


Categories