What providers does ado.net uses internally ?

Answer Posted / vivek

Before ado.net 2.0 they give only interfaces to implemetn
them then every provider started implementing on their own
way so problem araised with these implementation.
From ado.net2.0 it gives abstract classes like DbConnetion
to providers.Then the providers create classes to implement
those abstract classes.
Ex:SqlConnection,OracleConnection.
with thses abstract classes we can connect to any backend.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How to check if the Dataset has records ?

530


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

523


How to aggregating data across related tables?

547


How do you implement locking concept for dataset?

541


What does ole stand for in excel?

596






What are ado.net objects?

529


Give few examples of datareader that is used in different dataproviders.

537


What is a serialized object?

535


What are the Features and disadvantages of dataset

555


What is the use of data grid?

488


How to perform sorting on a table in ADO.NET?

552


Define the executescalar method?

513


What is ado control?

522


What is ado.net architecture?

488


Which is better entity framework or ado.net?

507