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 are the differences between image and picture controls?
how many no of controls in form?
1 Answers Airex Logistics, Tata Logistics,
To validate a range of values for a property whenever the property values changes,which type of property procedure you use?
What is the difference between <F8> and <Shift-F8> when debugging?
What is the return type of Instr and Strcmp?
what is differece b/w Module and class Modules in vb6? thanks
Is there a way to break long lines in VB code?
what are the Advantages of disconnected recordsets
What language does visual basic use?
How do I force a file dialogue box to reread the currect disk?
How many objects resides in ADO ?
Types of cursors in RDO.