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

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

3 Answers   Satyam,


How can you Implement windows functionality in VB?

1 Answers   ABC,


What is activex control in vb?

0 Answers  


How would you activate animation control?

1 Answers  


What is ado in vb.net?

0 Answers  






How would you run your ActiveX Document Dll?

0 Answers  


How does VB Pass arguments to a function by default?

2 Answers  


When/Why should I use Option Explicit?

0 Answers  


Why can't I use an index with my VB accessed database?

0 Answers  


I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.

2 Answers  


It possible to call OLEDB's Features directly in VB without using any control?

0 Answers  


what database you used in project?

2 Answers   Satyam,


Categories