WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / ranjeet kumar panda
.NET Framework data provider, which is a set of components:
Connection objects,
Command objects,
DataReader objects,
DataAdapter objects
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What is the full form of ado?
Explain the different row versions available in table?
What is a serialized object?
Why do we need ado.net?
Is it possible to load multiple tables in a Dataset?
What is Serialization in .NET? what are the types of Serialization?
What is data adapter in ado.net with example?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
How to create dynamic gridview?
What are the benefits of using of ADO.NET in .NET 4.0?
What is aggregating data ?
Explain the difference in record set and dataset?
Which database is the ado.net sql connection object designed for?
Which one of the objects is a high-level abstraction of the connection and command objects in ado.net?
How to copy the contents from one table to another table and how to delete the source table in ado.net?