-
In the database table, if the datatype for field1 (shown above) is Number, what is the value of varType?">
<% 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.