DEVFYI - Developer Resource - FYI

Diff type of Datatypes?

Visual Basic Interview Questions and Answers


(Continued from previous question...)

55. Diff type of Datatypes?

LOB (Large Object Data type).
CLOB (Stores Character Objects).
BLOB ( Store Binary Objects such as Graphic, Video Chips and Sound files).
BFILE(Store file pointers to LOB It may Contain filename for photo’s store on CD_ROM).


56. What is Tabstrip control?

Libraries of procedure external to the application but can be called from the application.


57. What is Static Variable?

Its Scope will be available through out the life time.


58. What is DBSqlPassThrough?

It will By Passing the Jet Query Processor.


59. What is the starting Index value? How to locate it?

It is tab control to place our controls with in the form in multiple sheets.
Index starts with 1.
And to identify If Tabstrip1.SelectedItem.
Index = 1 Then ..
End if


60. What is Parser Bug?

It is difficult to use database objects declared in a module from within a form.

(Continued on next question...)

Other Interview Questions