You must update a table by using a SqlCommand to execute a stored procedure named UpdateOrder.

What should you do?

 Posted by Rajkatie on 9/5/2012 | Category: ADO.NET Interview questions | Views: 2514 | Points: 40
Select from following answers:
  1. Set CommandText to "UpdateOrder".
  2. Call the ExecuteNonQuery method.
  3. Set CommandType to StoredProcedure.
  4. All Above

Show Correct Answer


Source: MeasureUp.Com | | Alert Moderator 

Comments or Responses

Login to post response