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 is a string variable?
Is ado.net an orm?
What is difference between datatable and dataset?
What is ole data type?
What is ado.net in vb net?
What is difference between executequery and executeupdate?
What are the advantages using ado.net?
What DataReader class do in ADO.NET ?
What is a dynaset in access?
How to identify the updated rows in a dataset?
how we can fire event in databound coulm in datagfrid withot using button?
Which object of ado contains datarow datacolumn collection?
How can you add or remove rows from the datatable object of dataset?
What is data view and variable view?
What is difference between datagridview and datagrid control in winforms?