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 ado in vb?

0 Answers  


Which controls can not be placed in MDI ?

2 Answers  


What are the different cursor types that can we create using ADO Recordset? Difference between these cursor types?

2 Answers  


Difference between Recordset and Resultsets.

0 Answers  


what are the Advantages of disconnected recordsets

1 Answers  






Is VB comes under Object Oriented Programming ?

1 Answers  


How do I make the mouse cursor invisible/visible?

0 Answers  


How will you define a function to accept variable number of arguments ?

1 Answers  


How can you Add API functions to your Application?

1 Answers  


Explain the working with task in Gantt chart view.

0 Answers  


What are forms in visual basic?

0 Answers  


how to use unicode data in vb6 regarding to telugu language, my output is in only telugu language

0 Answers  


Categories