Visual Basic 6 Interview Questions and Answers
Question - 81 : - What is Dataware Control?
Answer - 81 : - Any control bound to Data Control.
Ex:- Textbox, Check Box, Picture Box, Image Control, Label, List box, Combo Box, DB Combo,
Question - 82 : - What methods are used for DBGrid in unbound mode?
Answer - 82 : - AddData, EditData, Readdata, WriteData.
Question - 83 : - What is ADO? What are its objects ?
Answer - 83 : - 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.
Question - 84 : - What is the max size allowed for Max Text box length.
Answer - 84 : - 32,000
Question - 85 : - Record set types and Number available in VB?
Answer - 85 : - Three.
1- Dynaset, 0 Table, 2 Snap Shot.
Question - 86 : - What is the max size allowed for Max Control Names length?
Answer - 86 : - 255.
Question - 87 : - How many procedures are in VB?
Answer - 87 : - function and sub procedures
Question - 88 : - What is the max size allowed for Max label caption length.?
Answer - 88 : - 2,048
Question - 89 : - what will be the result for 15/4 and 154 ?
Answer - 89 : - 15/4 = 3.75 and 154 = 3
Question - 90 : - What is the max size allowed for Msgbox Prompt and Input Box?
Answer - 90 : - 1024