-
-
-
-
-
-
-
-
Calling Stored Procedures in VB?
1. Calling Simply the Procedure with out Arguments "Call ProcedureName}" 2. If it is with Arguments Means then Declare the Query Def qy Set Qy as New Query def Qy.SQL = "{Call ProcedureName(?
-
-
-
Dim x, y as integer. What is x and y data type?
X as variant and y as integer.
-
-
-
-
-
List out controls which doest not have events
Line and shape controls
-
-
-
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.
-
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.
Visual Basic Interview Questions
Ans