Visual Basic (VB) Question:
Download Questions PDF

What is ADO? What are its objects ?

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) Interview Questions And Answers PDF

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