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 basic methods of dataadapter?
Define data access layer?
What are the data access namespaces in .NET?
Explain what are acid properties?
What are all features of ADO.Net?
What are the various methods provided by the DataSet object to generate XML?
What is the meaning of object pooling?
Which method in OLEDBAdapter is used to populate dataset with records?
What is ado or jdbc?
What are the steps to connect to a database?
Does entity framework use ado.net?
What is acid in ado.net?
What are two important objects of ADO.Net?
Which method is used by command class to execute SQL statements that return single value?
What are the main differences between classic ado and ado.net?