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
What are the connected and disconnected modes in ado.net?
How we can provide data to ado.net?
What is sqldatasource?
What is dao and ado?
What is ado rdo dao in visual basic?
What is the difference between OLEDB Provider and SqlClient?
What is connection pooling and what is the maximum pool size in ado.net connection string?
Describe the command object and its method.
What is the difference between sqlcommand and sqldataadapter?
Explain the difference between an ado.net dataset and an ado recordset?
What we do with the object of ado.net dataset after using it?
Define table relations?
Which architecture does Datasets follow?
Explain what are acid properties?
What is the use of data grid?