Answer Posted / edwin
Not Three objects.
ADO provides two objects for managing connections with data
sources
i.e., 1/Connection and 2/ Command
And two objects for managing the data returned from a data
source ie.,1/ Field and 2/ Recordset
And three secondary objects i.e.,1/ Parameters,
2/ Properties, and 3/ Errors for managing information about
ADO.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
How does ado.net work?
Explain what are acid properties?
Explain why edit is not possible in repeater?
What are the major difference between classic ADO and ADO.NET?
What is executequery?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
Give an example that shows how to execute a stored procedure in ado.net?
Why do we need ado.net?
How to identify the controls which can be used for binding data?
What is the difference between an ADO.NET Dataset and an ADO Recordset?
oledbdataadpter with ms access in c#.net giving exception System.Data.OleDb.OleDbException while writing adapter.update(dataset,"tabname"); how to update the database from dataset?
Which method in OLEDBAdapter is used to populate dataset with records?
What is ado.net components?
What is Serialization in .NET? what are the types of Serialization?
describe the dataset object in ado.net.