Answer Posted / mahvish
No! V.B is not a case sensitive in general.
But in case of string value it is case sensitive i.e
dim a as string
a="hello"
or
a="Hello"
both string values "hello" and "Hello" are differ to each
other.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do I speed up control property access?
What is meant by Establish Connection in RDO? 74.1s it possible to Access BackEnd procedures? Explain.
How would you find out the value property in Slider Bar Control?
Through which protocol OLEDB components are interfaced?
How would you access objects created in ActiveX Exe and ActiveX Dll
Is the Access Engine and Visual Basic Pro good enough for database work?
How do I make my applications screen-resolution independent?
Draw Sequence Modal of RDO and Explain?
Write the steps in Creating ActiveX Dll and Active Exe?
What is DBSqlPassThrough?
What is meant by building a recordset.
1s it posible to Create Tables Through Querydef?
what are the types of cursors in DAO?
what is the Difference between Dynaset and Snapshot?
How would you add elements in TreevieW Control.