What are the three Ado objects?
Answer Posted / jagadeesh
1. Connection
2. Command
3. RecordSet
There is no datareader and dataset.this concept is
belonging to ado.net.
in ado.net if u want recordset,then also u can use using
adodb namespace.
| Is This Answer Correct ? | 16 Yes | 0 No |
Post New Answer View All Answers
What are the benefits of using of ADO.NET in .NET 4.0?
What you mean by filtering of data?
What are the steps to connect to a database?
Explain the architecture of ado.net?
What are the classes in System.Data.Common Namespace?
Define table relations?
Explain the two fundamental objects in ado.net?
What are typed and untyped dataset?
how we can fire event in databound coulm in datagfrid withot using button?
What is the role of the dataset object in ado.net?
How to create dynamic gridview?
What is basic use of data view?
What is data relation?
What is ado.net in mvc?
How can you add or remove rows from the datatable object of dataset?