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
Explain what are acid properties?
Why is it important to close an ado.net application?
Which is faster ado.net or linq?
How can I retrieve two tables of data at a time by using data reader? Data reader read and forward only, how is it possible to get 2 tables of data at a time?
What are the core objects of ADO.NET?
How can we load multiple tables in to dataset?
How do you update a dataset in ado.net and how do you update database through dataset?
What is a serialized object?
What is the difference between linq and ado.net?
What are all features of ADO.Net?
Does ado.net use odbc?
What is bubbled event can you please explain?
What are the different ado.net namespaces are available in .net?
What is an orm, and why would you use one instead of plain old ado.net?
What is sql command in ado net?