You are developing a client/sever application that must accommodate a Microsoft Windows based interface and a Web interface. You want to ensure that the application supports security based on user roles. In which two layers can you map permissions to roles to support this design? (Choose two) A. in the database B. in the client objects C. in the server objects D. in the user interface code
Answer: A, C
How to design the ID number of a customer while designing the properties, methods, and events for components in a new Visual Basic application?
What methods can be used to keep network traffic to a minimum while passing object data from a component that resides on a client computer to a component that resides on a server?
What is the option used for retrieving a reference to the instance of Internet Explorer that is hosting the User Document which is designed to run inside Microsoft Internet Explorer in an ActiveX Document DLL project?
In what scenario does SetAbort method used in a transaction started using Microsoft Transaction Server (MTS)?
You are developing a three-tier Visual Basic application that uses Microsoft Transaction Sever (MTS). You want to implement a business Object named BanIcAccount that uses instances of other middle-tier components. BanIcAccount must enlist these middle-tier components. The current transaction when it instantiates them. Which code fragment should you use to instantiate these?A. Dim objMyobject As New Bank.Account B. Dim objMyobject As Object Set objMyobject=Createobject ("Bank.Account")
Answer: C