Define the data provider classes that is supported by ADO.NET.

Answer

The .NET framework data provider includes the following components for data manipulation:

- Connection: Used for connectivity to the data source
- Command: This executes the SQL statements needed to retrieve data, modify data or execute stored procedures. It works with connection object.
- DataReader: This class is used to retrieve data. DataReader is forward only and read-only object. We cannot modify the data using DataReader.
- DataAdapter: It works as bridge between dataset and data source. Datadapter uses fill method to load the dataset.

All ado.net Questions

Ask your interview questions on ado-net

Write Your comment or Questions if you want the answers on ado-net from ado-net Experts
Name* :
Email Id* :
Mob no* :
Question
Or
Comment* :
 





Disclimer: PCDS.CO.IN not responsible for any content, information, data or any feature of website. If you are using this website then its your own responsibility to understand the content of the website

--------- Tutorials ---