-
-
-
-
-
-
Clear property is available to which control
Combo box control
-
How many procedures are in VB?
2. function and sub procedures
-
-
-
-
What are the type of validation available in VB?
Field, Form
-
-
-
What is Dll?
Libraries of procedure external to the application but can be called from the application.
-
What is the Dll required for running the VB?
Vbrun300.dll
-
-
What is the size of the variant data type?
The Variant data type has a numeric storage size of 16 bytes and can contain data up to the range of a Decimal, or a character storage size of 22 bytes (plus string length), and can store any character text.
-
What is the diff between RDO and ADO?
RDO is Hierarchy model where as ADO is Object model. ADO can access data from both flat files as well as the data bases. I.e., It is encapsulation of DAO, RDO , OLE that is why we call it as OLE-DB Technology.
-
-
Visual Basic Interview Questions
Ans