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 many ways we can access file using VB?

0 Answers  


Difference between Dynaset and Snapshot?

0 Answers  


What are the types of Error?

1 Answers   IBM,


How do I set the Windows wallpaper at runtime?

0 Answers  


Which controls have refresh method?

2 Answers  






Types of cursors in RDO.

0 Answers  


What is the difference between queryunload and unload in form?

2 Answers  


OLE is used for _______

0 Answers  


What are the differences between a standard module and a class module?

4 Answers  


what are Instancing for classes provided by ActiveX component like prive, publicnotcreatable,SingleUse, GlobalSinleUse,MultiUse.

1 Answers   HCL,


To validate a range of values for a property whenever the property values changes,which type of property procedure you use?

1 Answers  


what is the control used to call a windows application.

0 Answers  


Categories