The SqlDataReader provides a _______ interface for reading data from a SQL Server database.

  • Connected
  • Disconnected
  • Sequential
  • Synchronous
The SqlDataReader provides a connected interface for reading data from a SQL Server database. It maintains an open connection to the database while data is being read, which allows for faster retrieval of data compared to other data access methods.
Add your answer
Loading...

Leave a comment

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