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 bubbled event?
What is a dynaset in access?
What is ado.net connection?
What is execute scalar in ado.net?
How can we perform transactions in .net?
What do you mean by ‘batch updates’?
Explain the difference in an abstract class and an interface?
What is the difference between sqldatareader and sqldataadapter?
What are different layers of ADO.Net?
What is a datagridview?
What is the default timeout specified for "sqlcommand.commandtimeout" property?
What is meant by executenonquery?
What is dataset object? Explain the various objects in dataset.
Does entity framework use ado.net?
Why is stored procedure used in ado.net?