What are the different types of errors in visual Basic?
Answers were Sorted based on User's Feedback
Answer / ghanshyam vrema
There are only three type of error
1 Syntex Error (any sytex wrong or missing syntex)
2 Compile time error (At the time of compiling)
3 Runtime error(its occure due to logical mistakes)
Is This Answer Correct ? | 30 Yes | 10 No |
Answer / tauqeer ahamad
Syntax Errors, Runtime Errors , Logic Errors.
Is This Answer Correct ? | 19 Yes | 4 No |
Answer / kevadiya lalit
Syntax Errors, Runtime Errors , Logic Errors
Is This Answer Correct ? | 17 Yes | 2 No |
Answer / danish riyaz
Runtime Error,
Syntax Error,
Compile(time) Error,
Logical Error.
Is This Answer Correct ? | 10 Yes | 2 No |
Explain the differences between ActiveX Dll and ActiveX Exe?
What are the important components of OLEDB?
Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.
What is form in visual basic?
plzzzzzzz mail me some questions that r important to revise before an interviev wat r the possible question that mnc ask MY EMAIL ID shanty_pathak@yahoo.com
How many ways you can access file using VB?
Is it possible to call oracle database through ADO control or Object?
What is RdExecDirect?
It possible to call OLEDB's Features directly in VB without using any control?
How many types of ActiveX Components are there in Visual Basic and what are they?
Dim x, y as integer. What is x and y data type?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?