Mar 2, 2010

Difference Between ADO & ADO.Net?


When using ADO, three main objects are used to access and manipulate data:
i) Connection Object
ii) Command Object
iii)Recordset Object
When using ADO. Net, three main objects are used to access and manipulate data:
i) Dataset object
ii) DataCommand Object
iii)DataReader Object
What is ADO?
i) ADO is a Microsoft Technology.
ii) ADO stands for ActiveX Data Objects.
iii)ADO is a Microsoft ActiveX Component.
iv) It is automatically installed with Microsoft IIS.
iv) It is a programming interface to access data in a database.
ADO.Net features? Benefits
i) Scalability
ii) Disconnected Data Architecture
iii)Data Transfer in XML Format
iv) Data will be retrieved through Datasets
v) Interaction with the Database is done through Data Commands

No comments:

Post a Comment