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
What is Data view?
How to identify the controls which can be used for binding data?
What are different layers of ADO.Net?
Explian About DataAdapters
What is ado net stands for?
What is difference between datagridview and datagrid control in winforms?
What is dao and ado?
What is variable view?
can we create synonymn in ms access,sql server,my sql if so explain me with example
What is full form of ado?
differences between ADO and ADO.NET
What is defaultview in datatable?
What are the several execute methods of ado.net?
What providers does Ado.net uses?
How do you merge 2 datasets into the third dataset in a simple manner?