DEVFYI - Developer Resource - FYI

What is Dataware Control?

Visual Basic Interview Questions and Answers


(Continued from previous question...)

91. What is Dataware Control?

Any control bound to Data Control.
Ex:- Textbox, Check Box, Picture Box, Image Control, Label, List box, Combo Box, DB Combo,


92. What is the default model of the form? And what is it number?


93. Why we need OLE-Automation? Advantages?


94. What methods are used for DBGrid in unbound mode?

AddData, EditData, Readdata, WriteData.


95. 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.


96. What is the max size allowed for Max Text box length.

32,000

(Continued on next question...)

Other Interview Questions