Multiple choice

Which of these is not the ADO Data Type?

  1. adBigInt

  2. adUID

  3. adCurrency

  4. adWChar

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

ADO (ActiveX Data Objects) defines standard data types like adBigInt, adCurrency, and adWChar. However, adUID is not a valid ADO data type in the enumeration - this appears to be a fabricated option to test knowledge of the actual ADO type system.