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

can we have multiple datatables in a datareader ?

18 Answers   Fulcrum Logic, Infosys, Kale Consultants, Ness Technologies,


Explain ado.net features? Benefits? Drawbacks?

0 Answers  


Which is faster ado.net or linq?

0 Answers  


how to display empty table to datagrid

3 Answers   LG Soft,


Define atomicity?

0 Answers  






What are the benefits of using of ADO.NET in .NET 4.0?

0 Answers  


Describe connection object in ado.net

0 Answers  


What is difference between entity framework and ado.net?

0 Answers  


What is ado recordset?

0 Answers  


What are the different layers of ado.net?

0 Answers  


What are the ado.net objects?

0 Answers  


What are the major challenges in accessing data from a database?

0 Answers  


Categories