What providers does ado.net uses internally ?

Answers were Sorted based on User's Feedback



What providers does ado.net uses internally ?..

Answer / debadutta

ADO.Net uses
1) Oledb
2) ODBC
3) JET Providers

Is This Answer Correct ?    8 Yes 0 No

What providers does ado.net uses internally ?..

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

What providers does ado.net uses internally ?..

Answer / shwetha

Data Reader
and
Data Adaptor

Is This Answer Correct ?    1 Yes 7 No

Post New Answer

More ADO.NET Interview Questions

Is ADO.NET derived from COM? true /false

2 Answers   Infosys,


What is the difference between oledb sql server and oledbdotnet provider?

0 Answers  


What are the advantages using ado.net?

0 Answers  


what is the criteria of selection in sbi interview?

1 Answers   BCS, State Bank Of India SBI,


What is datacolumn and how it is used?

2 Answers  






Explain the difference in an abstract class and an interface?

0 Answers  


What is the role of clr?

0 Answers  


Explain advantages of ado.net?

0 Answers  


About ADO and its objects ?

1 Answers   DELL,


what is typed and untyped dataset

3 Answers  


How to find the count of records in a dataset?

6 Answers  


What are the three Ado objects?

6 Answers   Microsoft, StarSoft,


Categories