Answer Posted / sandyni
The main object model of an ADO.Net architecture is "Data
Provider". It provides data access to SQl server ,Oracle,
Access in order to retreive,update and insert data in the
datastore.
the main objects of ADO.Net object model are....
1.connection object : used to establish connection to
database.
2.command object: it is used to execute commands and stored
procedures.
3.dataAdapter object: used to establish connection between
datastore and dataset.
4.dataReader object: used to read data from dataset in
forward only.
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
How to identify the updated rows in a dataset?
Explain the difference between sqlcommand object and command behavior object?
Is ado.net dead?
Explain the differences between oledb sql server, oledbdotnet provider?
Explain what are the steps to connect to a database?
What is the executescalar method?
What is the difference between Dataset. clone and Dataset.copy?
Can you explain how to enable and disable connection pooling?
Explain what is datagrid with an example?
Explain ado.net features?
What is the full form of ado?
What is the difference between linq and ado.net?
What are two important objects of ADO.Net?
Does sqlclient and oledb class share the same functionality?
What is two way data binding android?