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
How can we load multiple tables in a dataset?
How to retrieve the user id which is provided while windows authentication?
Which database is the ado.net sql connection object designed for?
What is sql command in ado net?
What is the role of clr?
What is variable view?
Explain what are acid properties?
What is ole in excel?
Explain how to pass multiple tables in datasets simultaneously?
How to load multiple tables into a dataset?
What are the different namespaces used in the project to connect the database? What data providers available in .net to connect to database?
Which is the best method to get two values from the database?
What are the different methods by which we can populate a dataset?
What are the major difference between classic ADO and ADO.NET?
What is the DataTableCollection?