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
How we can provide data to ado.net?
What is a datagridview?
What is Data Provider?
What is the difference between Dataset. clone and Dataset.copy?
What is data adapter in ado.net with example?
What is bubbled event can you please explain?
How can we load multiple tables in a dataset?
Does ado.net use odbc?
Which control of the BindingNavigator returns the current position within the data source?
differance between ADO vs ADO.Net?
What is ole data type?
What is executequery?
What is ado.net object model?
What is ado.net tutorial?
What are good ado.net object to replace to ado recordset object.