What is the main difference between ADO and ADO.Net

Answer Posted / babina

The old ADO (ActiveX Data Object) has evolved to ADO.NET in
the .NET Framework. The ADO.NET object is a lightweight
object. The ADO Recordset was a huge object in ADO. It
provided the ability to support multiple types of cursors.
It provided fast lightweight "firehose" cursor and also
supported a disconnected client-side cursor that supported
tracking, optimistic locking, and automatic batch updates of
a central database. However, all of this functionality was
difficult to customize.
ADO.NET breaks the functionality of the ADO object to
multiple classes, thereby allowing a focused approach to
developing code. The ADO.NET DataReader is equivalent to the
"firehose" cursor. The DataSet is a disconnected cache with
tracking and control binding functionality. The DataAdapter
provides the ability to completely customize how the central
data store is updated with the changes to a DataSet.

Is This Answer Correct ?    6 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is ado oledb and odbc?

668


Define partial class?

710


What are the ado.net components?

734


What is the difference between ado.net and oledb?

673


What is the difference between SqlCommand and SqlCommandBuilder?

763






Explain advantages of ado.net?

783


Give an example that shows how to execute a stored procedure in ado.net?

767


What does executereader return?

699


Is it possible to edit data in Repeater control?

674


What is connection in ado.net?

694


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

731


How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?

707


Why is stored procedure used in ado.net?

748


What are ado.net objects?

699


Is ado.net an orm?

702