A SqlDataReader provides a forward-only, ___________ way to read data from a database.

  • Bidirectional
  • Random Access
  • Sequential
  • One-way
The correct option is Option 3: Sequential. A SqlDataReader provides a forward-only, sequential way to read data from a database. It can only move in one direction, typically from the first row to the last, and cannot jump to specific rows or move backward.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *