Your Microsoft SQL Server database includes the stored procedures GetAllOrders, GetAllCompletedOrders, and GetAllOpenOrders. These stored procedures return result sets that adhere to the same schema.

You need to choose a type to execute these stored procedures and fill a strongly typed DataSet. The type also must group the calls to these queries.

Which type should you use?

 Posted by Rajkatie on 8/31/2012 | Category: ADO.NET Interview questions | Views: 2249 | Points: 40
Select from following answers:
  1. A typed TableAdapter
  2. SqlDataReader
  3. SqlDataAdapter
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response