What is ADO? What are its objects ?

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.

Showing Answers 1 - 3 of 3 Answers

ADO stands for Activex Data Object. It is a programming interface to access data in the database and can also access data present in web pages, spreadsheets and other types of documents.

ADO has three objects namely command, connection and record set objects.
































  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions