Visual Basic (VB) Question: Download Visual Basic (VB) PDF

What is ADO? What are its objects ?

Tweet Share WhatsApp

Answer:

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.

Download Visual Basic (VB) PDF Read All 102 Visual Basic (VB) Questions
Previous QuestionNext Question
What methods are used for DBGrid in unbound mode?What is the max size allowed for Max Text box length.