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

With in the form we want to check all the text box control are typed or not? How?

0 Answers  


What is VB ShellScripting?

1 Answers   Wipro,


Explain the types of Views in Listview Control.

0 Answers  


What is ActiveX Dll and ActiveX Exe?

0 Answers  


What is ODBC?

1 Answers  






What is the default workspace?

0 Answers  


Is there a way to break long lines in VB code?

0 Answers  


What are the types of Instancing property that can be set for a Class in a ActiveX DLL and ActiveX EXE?

1 Answers  


Which method is used to write context Into file?

0 Answers  


What is DAO?

2 Answers  


Draw Sequence Modal of DAO and Explain?

0 Answers  


What are the Style Properties of Combo Box?

2 Answers  


Categories