WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / sanjogita
The two major components of data provider are:-
1)command
2)connection
3)data reader
4)data adapter
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain the difference in an abstract class and an interface?
What is the difference between data reader and data adapter?
How will you fill the gridview by using datatable object at runtime?
What are the uses of Stored Procedure?
How to creating a SqlCommand Object?
What are the different ado.net namespaces?
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is an ADO.Net?
Which property is used to check whether a DataReader is closed or opened?
What is dbcontext and dbset in entity framework?
Is ado.net an orm?
What is ole access?
Which object holds only data and does not interact with data source?
Why is it important to close an ado.net application?
What is ado recordset?