You are developing a client/sever application. The application calls a stored procedure that returns multiple large result sets. You want your application to process all of the result sets that are returned. Which properties of the ADO recordset should you set? A. CursorLocation=adUseClient and any cursor type B. CursorLocation=adUseSever and any cursor type C. CursorLocation=adUseServer and CursorType = adOpenDynamic D. Any cursor location and CursorType = adOpenkeyset
Answer: A
What is the ASP Request collection that will contain the data that was passed while writing code that responds to an HTTP Request passed by using the Post method in an IIS Application project?
You are developing a Microsoft Transaction Server (MTS) package named Orders. Components in Orders are being designed to use components in an existing MTS package named Shipping. You want the Orders component to be able to retrieve information from the Shipping components. How should you configure the security to allow this?A. Add the Orders components to list of Users participating in shipping roles. B. Add the Microsoft Windows NT domain account information of the Users who will
Answer: C
What value should be assign for Instancing property of a COM component whose instances are created by another COM component placed in an application that use instances of the two COM components placed in the same project?
View page << Previous 4 5 6 7 [8] 9 10 Next >>

Go Top