Multiple choice technology testing

) Navigational methods like MoveFirst, MoveLast, MoveNext, MovePrevious are the methods supported by the connection object. State true or false

  1. True

  2. False

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

MoveFirst, MoveLast, MoveNext, and MovePrevious are methods of the Recordset object in ADO, not the Connection object. The Connection object is used to establish database connections, while Recordset handles data navigation.