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
What is the use of SqlCommandBuilder?
What we do with the object of ado.net dataset after using it?
What is the difference between linq and ado.net?
Describe briefly an ADO.NET Dataset ?
What is a string variable?
What is the significance of CommandBehavior.CloseConnection ?
What is ole access?
What is difference between dataset and datatable?
What is execute reader in ado.net?
What is difference between ado.net and asp net?
What is ado.net in vb net?
Does ado.net use odbc?
What are the different row versions available in table?
What is concurrency? How will you avoid concurrency when dealing with dataset? (One user deleted one row after that another user through his dataset was trying to update same row. What will happen? How will you avoid the problem?)
Explain the differences between oledb sql server, oledbdotnet provider?