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 was introduced to Visual Basic to allow the use of Callback Functions?

1 Answers  


How many ways we can access file using VB?

0 Answers  


Which property of textbox cannot be changed at runtime?

1 Answers  


What are the different procedures associated with the object?

0 Answers  


Is there any Edit method in ADO Data Access method?

3 Answers  






what are the Differences between ActiveX Exe and Dll?

2 Answers  


What is Implicit?

1 Answers  


Types of ActiveX Components in VB?

0 Answers  


How would you attach pictures in column headers of List View Control?

0 Answers   RRB,


Is it possible to call oracle database through ADO control or Object?

1 Answers  


1s it posible to Create Tables Through Querydef?

0 Answers  


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


Categories