-
Name some date function
Dateadd(), Datediff(), Datepart(), Cdate()
-
-
What is keyword used to compare to objects?
ISOperator – Returns Boolean.
-
In project properties if we set Unattended what is it mean?
This cannot have user interface. This can be used for the COM creation.
-
Why we use Treeview Control?
To list the hierarchical list of the node objects. Such of files and Directories.
-
What is Parser Bug?
It is difficult to use database objects declared in a module from within a form.
-
-
Private Dim x as integer. Valid ?
Private cannot be used in front of DIM.
-
What is the diff between the Create Object and Get object?
Create Object - To create an instance of an object. Get Object – To get the reference to an existing object.
-
What are properties available in Clip Board?
No Properties Available. Only the methods they are SetText, GetText, Setdata(), Getformat(), Clear.
-
What is Seek Method which type of record set is available this?
Only in DbOpenTables. Syntax: rs.index = "empno" rs.seek "=" , 10 If with our setting the rs.index then run time error will occur.
-
How can we call Stored procedure of Back End in RDO and ADO ?
In RDO – We can call using RDO Query Objects. In ADO – We can call using Command Objects.
-
What is Centralization Error Handling?
Writing function and calling it when error occurs.
-
To connect the Data Control with Back end What are all the properties to be set?
Data source Name, Record Source Name
-
DSN Less Connection?
"Server=Oracle; Driver={Microsoft ODBC for Oracle};"
-
What are the different types of Dialog Box?
Predefined, Custom, User Defined.
-
-
-
Setting the Cursors.
Default Cursor – 0 ODBC Cursor (Client side) – 1 ServerSide Cursors (More Network traffic) - 2
-
What are the different types of error?
Syntax Errors, Runtime , Logic.
Visual Basic Interview Questions
Ans