What is ADO? What are its objects ?



What is ADO? What are its objects ?..

Answer / guest

ActiveX Data Object. ADO can access data from both flat
files as well as the databases. I.e., It is encapsulation
of DAO, RDO, and OLE that is why we call it as OLE-DB
Technology.
Objects are Connection, Record Set, Command, Parameter,
field, Error, Property.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

How can you Add API functions to your Application?

0 Answers  


How many images can be placed in the image list ?

2 Answers  


What are the different cursor types that can we create using ADO Recordset? Difference between these cursor types?

2 Answers  


What is the use of NEW Keyword? Explain.

0 Answers  


Draw Sequence Modal of RDO? Explain.

0 Answers  






What is instantiating?

0 Answers  


Write the steps in Creating ActiveX Dll and Active Exe?

0 Answers  


what are the types of cursors in DAO?

0 Answers  


what is different between edit and update?

5 Answers   Wipro,


what are the Differenct Types of Procedures in VB?

0 Answers  


What is the use of Hyperlink control for DHTML applications?

0 Answers  


How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?

0 Answers  


Categories