What are the three Objects of ADO.
Answers were Sorted based on User's Feedback
Answer / vishwajit kumar
1)Connection Object
2)Command Object
3)DataAdapter
Is This Answer Correct ? | 4 Yes | 3 No |
Answer / 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 |
Answer / anil kumar
Command
Connection
Recordset
Property
Parameter
Field
Error
Is This Answer Correct ? | 0 Yes | 0 No |
Does dapper use ado.net?
Explain the difference between data reader and data adapter?
Define data access layer?
Explain what are acid properties?
Explain the role of data provider in ado.net?
how to display empty table to datagrid
What property must be set and what method must be called in your code to bind the data from some data source to the Repeater control?
Where do you store connection string ?
Can you explain how to enable and disable connection pooling?
What are the key events of sqlconnection class?
What are datareaders?
What are all the classes that are available in System.Data Namespace?