Why is it not good to use a variant data type?
Answers were Sorted based on User's Feedback
Answer / suresh
Using variant rather than a specific data type is
slower because of conversions needed and takes up more
memory because additional over head
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raja
Variant may hold any data type.
It's difficult to find the data type wnen it is needed.
It takes aditional time to convert it while using it.
Is This Answer Correct ? | 1 Yes | 0 No |
What is the use of stretch property in Image control?
What is the use of Immediate, Local Window?
Is it possible to Access BackEnd procedures? Explain.
what are the Types of LockEdits in RDO?
How do you change the system menu (on the Control-Menu Box)?
Wat is Apartment Model?
Types of cursors in DAO?
How can you Add API functions to your Application?
What is the use of property page Wizard in ActiveX Control?
How do I call a DLL?
What is the use of Connection object?
List out controls which does not have events ?