81⟩ What are two validate with Data Control?
Data_Validate, Data_Error.
“Visual Basic Interview Questions and Answers will guide you that Visual Basic (VB) is the third-generation event-driven programming language and integrated development environment (IDE) from Microsoft for its COM programming model. By browsing our Visual Basic Interview Questions and Answers you will learn that VB is also considered a relatively easy to learn and use programming language. This VB interview questions and answers guide will make Visual Basic more easy to learn for every one.”
Data_Validate, Data_Error.
Datagrid Editable. Flexigrid Non-Editable. (Generally used for Read only purpose.)
Assigning variable with defined memory space.
Late Binding - Memory size is allotted in later stage.
Ex:- Dim x as object
Early Binding - Memory size is allotted while declaring itself. New Key word is important.
Ex:- Dim x as New Object
Bypasses the Creation of a stored procedure to execute the query. Does not apply to Oracle.
Control. Restricted data input as well as formatted data output.
By value, By ref, Optional, Param Array. Note:- Optional keyword cannot be used while declaring arguments for a function using param array.
AddData,
EditData,
Readdata,
WriteData.
DAO,
Data Control,
RDO,
ODBCDIRECT,
ADO,
ODBC
API ,
0040.
Create Object - To create an instance of an object.
Get Object To get the reference to an existing object.
Any control bound to Data Control.
Ex:- Textbox, Check Box, Picture Box, Image Control, Label, List box, Combo Box, DB Combo,
32,000
2.
function and sub procedures
255
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.
3.
1- Dynaset, 0 Table, 2 Snap Shot.
"Server=Oracle; Driver={Microsoft ODBC for Oracle};"
15/4 = 3.75 and 154 = 3
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(?
1024
2,048