Why is it not good to use a variant data type?

Answers were Sorted based on User's Feedback



Why is it not good to use a variant data type?..

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

Why is it not good to use a variant data type?..

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

Post New Answer

More Visual Basic Interview Questions

What is the use of stretch property in Image control?

1 Answers  


What is the use of Immediate, Local Window?

0 Answers  


Is it possible to Access BackEnd procedures? Explain.

0 Answers  


what are the Types of LockEdits in RDO?

0 Answers  


How do you change the system menu (on the Control-Menu Box)?

0 Answers  






Wat is Apartment Model?

3 Answers  


Types of cursors in DAO?

0 Answers  


How can you Add API functions to your Application?

0 Answers  


What is the use of property page Wizard in ActiveX Control?

0 Answers  


How do I call a DLL?

0 Answers  


What is the use of Connection object?

2 Answers  


List out controls which does not have events ?

1 Answers  


Categories