WHAT Are the major major compnents of a data provider in
ADO.net.
Answer Posted / niti
Major components of data provider in ADO.net indlude:
SQLDataProvider
OLEDBDataProvider
ODBCDataProvider
Various objects of the data provider include:
Connection object,
Command object,
Data Adapter,
Data Set,
Data Table
| Is This Answer Correct ? | 17 Yes | 1 No |
Post New Answer View All Answers
What is ado rdo dao in visual basic?
What is ado control?
List the 4 common ado.net namespaces?
What are the major challenges in accessing data from a database?
What are the data providers used in ado.net
what is the difference betwen typed dataset and untyped dataset?in general which dataset can we use in programming?
What is data control techniques?
How can I retrieve two tables of data at a time by using data reader?
What is ambient transaction?
What are the different ado.net namespaces?
What is csdl entity framework?
What is meant by ‘transaction’ in a database and what are the ‘properties of transaction’?
What are basic methods of dataadapter?
Explain how to call the sql commands asynchronously in ado.net version 2.0?
Which is better entity framework or ado.net?