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

How to aggregating data across related tables?

0 Answers  


How many types of data table are in SQL.NET

4 Answers   Chetu India, HCL, MAHINDRA,


List all the steps in order, to access a database through ado.net?

0 Answers  


What is connection string?

0 Answers  


Define partial class?

0 Answers  






Which parameter of ConnectionString is used to specify the name of the database?

0 Answers  


How can we perform transactions in .net?

0 Answers  


Difference between OLEDB Provider and SqlClient ?

2 Answers  


Difference between function and trigger?

1 Answers   HCL,


Which is faster sqldataadapter and sqldatareader?

0 Answers  


How do you filter the data in datagrid?

2 Answers   Apps Lab, Choice Solutions,


What is ado.net and its architecture?

0 Answers  


Categories