<% varType = rsTest("field1").type %> In the database table, if the datatype for field1 (shown above) is Number, what is the value of varType?

A. The field value.
B. A string description.
C. The field name.
D. NULL.
E. An enumerator.

Showing Answers 1 - 6 of 6 Answers

sharath K Andugula

  • Sep 13th, 2005
 

Answer is  C

coz the field declaration is variant type

  Was this answer useful?  Yes

venkataramanan

  • Oct 12th, 2005
 

The answer will be the type of the field. For the above question the field is meant as integer so the return type would be either constant value of VBInteger or VBLong / 2 or 3 respectively.

  Was this answer useful?  Yes

Siva Kumar Raja

  • Mar 29th, 2006
 

rsTest("field1").type returns an integer constant for enumerator value

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions