Multiple choice technology programming languages

Objects resides in ADO?

  1. Connection

  2. Command

  3. Parameter

  4. Error

  5. Field

  6. DSN

Reveal answer Fill a bubble to check yourself
A,B,C,D,E Correct answer
Explanation

ADO (ActiveX Data Objects) has seven main objects: Connection, Command, Parameter, Recordset, Error, Field, and Property. The question lists five of these (Connection, Command, Parameter, Error, Field). DSN is a configuration string, not an ADO object.