What are the main components of the ADO object model? How
are they used?

Answers were Sorted based on User's Feedback



What are the main components of the ADO object model? How are they used?..

Answer / pandi g s

1. DataProvider
1. Connection
2. Command
3. Data Reader
4. Data Adapter
1. Insert command,update,delete and QueryBuilder

2. DataSet
1. Datarow,datacol,datatable,dataview,datarelation

Is This Answer Correct ?    10 Yes 1 No

What are the main components of the ADO object model? How are they used?..

Answer / amit das

Connection,Command,Recordset are the main components of ADO
object. And others are Error, Field, Parameter, Property,
Record, and Streams.

Is This Answer Correct ?    3 Yes 6 No

Post New Answer

More ASP.NET Interview Questions

Explain the flow of processing of the request? : asp.net mvc

0 Answers  


What is asp short for?

0 Answers  


Any disadvantages in Dataset and in reflection ?

1 Answers   DELL,


How do you create a master page?

0 Answers  


How to find last error which occurred?

0 Answers  






What is the main use of Response.Output.Write()?

4 Answers   Siebel,


Can you edit data in the Repeater control? Which template must you provide, in order to display data in a Repeater control? How can you provide an alternating color scheme in a Repeater control? What property must you set, and what method must you call in your code, in order to bind the data from some data source to the Repeater control?

0 Answers  


What is the use of global.asax file?

0 Answers  


Explain About WebService

0 Answers   BirlaSoft,


How do you pass session values from one page to another ?

4 Answers   Digital GlobalSoft,


Can we create a multiple user simultaneously ?

0 Answers   MCN Solutions,


Your ASP.NET application displays sales data on a page. You want to improve performance by holding the page in memory on the server for one hour. You want to ensure that the page is flushed from memory after one hour, and that the page is re-created when the next request for the page is received. What should you do? A . Initialize a new instance of the Cache class in the Application.Start event handler. B . Initialize a new instance of the Timer class in the Page.Load event handler. C . Set the Duration attribute of the OutputCache directive in the page. D . In the Web.config file, set the timeout attribute of the sessionState element.

5 Answers   ADITI, Syntax Softtech,


Categories