Visual Basic (VB) Question:

What is ADO? What are its objects ?

Visual Basic (VB) Interview Question
Visual Basic (VB) Interview Question

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.


Previous QuestionNext Question
What methods are used for DBGrid in unbound mode?What is the max size allowed for Max Text box length.