What are the three Ado objects?
Answer Posted / ranjeet kumar panda
1. Connection
2. Command
3. RecordSet
ADO provides:
* two objects for managing connections with data sources
(Connection and Command)
*two objects for managing the data returned from a data
source (Field and Recordset)
* three secondary objects for managing information about
ADO (Parameters, Properties, and Errors) .
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is variable view?
Give an example that shows how to execute a stored procedure in ado.net?
How do you find the count of records in a dataset?
What are good ado.net object to replace to ado recordset object.
What are the important features of ado.net 2.0?
What are the advantages of using datalist?
What is ole in vb?
Explain the difference in an abstract class and an interface?
What are the advantages and disadvantages of using datalist?
What is dataset object? Explain the various objects in dataset.
What does ado stand for in ado.net?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
What is the difference between ADO and ADO.Net?
What is a non query?
Define connection string?