What is a variant data type and when would you use it?

Answers were Sorted based on User's Feedback



What is a variant data type and when would you use it?..

Answer / hema

Variant data type stores data of any type. It is used when
we r not sure what type of data is coming into the variable.

Is This Answer Correct ?    8 Yes 0 No

What is a variant data type and when would you use it?..

Answer / ghanshyam vrema

Mostly used in LateBinding

Is This Answer Correct ?    1 Yes 0 No

What is a variant data type and when would you use it?..

Answer / suresh

Variant will store all the different possible VB data
received at one place

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is meant by Establish Connection in RDO?

0 Answers  


___ property used to add a menus at runtime.

0 Answers  


How will you define a function to accept optional arguments?

1 Answers  


How can I access a record by record number?

0 Answers  


How can you save and Get data from Clipboard/ Recordset object consists what?

0 Answers  






What is the use of Immediate, Local Window?

0 Answers  


Which language is used in visual basic?

0 Answers  


What is the difference between creating a object using New and CreateObject in Visual Basic?

1 Answers  


It is possible to access Text (x.txt) files? Explain.

0 Answers  


what are the Types of LockEdits in RDO?

0 Answers  


Explain Types of DBCombo boxes?

0 Answers  


Is there a way to break long lines in VB code?

0 Answers  


Categories