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 a data control clerk?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
What are basic methods of dataadapter?
What are different layers of ADO.Net?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What are the different methods available under the sqlcommand class to access the data?
What is execute scalar in ado.net?
What is the difference between sqldatareader and sqldataadapter?
Which method is used to sort the data in ADO.Net?
What is data adapter in ado.net with example?
What are the data providers used in ado.net
What is untyped dataset?
describe the dataset object in ado.net.
What is a datareader object?
What are good ado.net object to replace to ado recordset object.