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

Through which protocol OLEDB components are interfaced?

0 Answers  


Explain about literals?

0 Answers  


Which type of object requires this object?

0 Answers  


Which property of textbox cannot be changed at runtime?

1 Answers  


Types of cursors in RDO.

0 Answers  






How do you clear the current selected item from a drop down combo box?

2 Answers  


what is visual basic

14 Answers  


What is form in visual basic?

0 Answers  


Using which type we can access file line by line?

2 Answers  


Can We create CGI scripts in VB?

1 Answers  


What is the differece between the (name) and caption properties of a control?

3 Answers  


Which method is preferred to save data like database to the disk?

0 Answers  


Categories