List out the ADO objects?

Answers were Sorted based on User's Feedback



List out the ADO objects?..

Answer / guest

Connection - Connects to a data source;
contains the Errors collection
Command - Executes commands to the data source. The only
object that can accept parameters for a stored procedure
Recordset - The set of data returned from the database.

Under the ADO Command Object, The Parameters collection.
collection is responsible for input to stored procedures.

Is This Answer Correct ?    1 Yes 0 No

List out the ADO objects?..

Answer / kumar.t

1. Connection
2. RecordSet
3. Parameter
4. Command

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

how a multiple routing works ?

0 Answers  


Explain Types of DBCombo boxes?

0 Answers  


How do I call help files from a VB program?

0 Answers  


What is ado in vb.net?

0 Answers  


1.What are the Feactures visual data manager 2.Short note on visual data manager 3.What is data control,its work,properties,methods 4.Needs for OLEDB in vb 5.LIst steps involved in generating christal report 6.What is a recordset 7.Diffrence between RDO and ADO 8.What is an Activex control 9.Advantages of ADO over data control 10.Diffrence between model and modeless form 11.What is the significance of debug window 12.Diffrence between single document and multiple document 13.Explain data report

0 Answers   Microsoft,






Is it possible to change menu runtime using API? If yes Specify the function names?

0 Answers  


What is the maximum no. of forms can include in one project (vb project)?

3 Answers   Satyam,


___ is a property to resize a label control according to your caption.

0 Answers  


What is the difference between modal and module-less window?

1 Answers  


How do I create controls dynamically (at run-time)?

0 Answers  


How do I remove/change the picture property of a control at design time?

0 Answers  


What is the difference between a Sub and a Function?

3 Answers  


Categories