多做题,通过考试没问题!

微软认证考试

睦霖题库>其他计算机考试>微软认证考试

You work as an application developer at Contoso.com. You use Microsoft .NET Framework 3.5 and Microsoft ADO.NET to develop an application. The database on the Microsoft SQL Server 2005 database has two tables that are displayed by using two SqlConnection objects in two different GridView controls. You want the tables to be displayed at the same time with the use a single SqlConnection object.   What should you do?()

  • A、 Create a bound connection by using the sp_getbindtoken and the sp_bindsession stored procedures.
  • B、 Enable Multiple Active Result Sets (MARS) in the connection string of the application. 
  • C、 Create an exception handler for the connection-busy exception that is thrown on using a single SqlConnection object.
  • D、 Run the two SqlDataReader objects by using a single SqlCommand object.
正确答案:B
答案解析:
进入题库查看解析

微信扫一扫手机做题