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 connect and retrieve data from database using dataset
What are the different row versions available in table?
What is csdl entity framework?
What is ado full form?
What are the different layers of ado.net?
Which is faster datareader or dataadapter?
What is the difference between dataset and datatable?
What are the pre-requisites for connection pooling?
What is data control techniques?
Define the data provider classes that is supported by ado.net?
What is executenonquery ado.net?
What are the advantages and disadvantages of using datalist?
What is the difference between executenonquery () and executescalar ()?
How to Read, Add, Update and Delete record in Entity Framework ?
Explain ado.net features?