Within 18 months, the customer will be moving all of their legacy data to a relationaldatabase in MSSQL server. The application needs to be implemented prior to this data conversion.You want to design this application to minimize effects of future data conversion and minimizedevelopment time. How should you do this?(A) Build a separate application for each database platform(B) Build applicationsetup SQL server to link to the legacy data via attached table.Replace the table later with native SQL
Which of the following are provided with the Visual Basic 6.0 Enterprise Edition?*(A) Tab Control*(B) VB Database Tools and the Data Environment*(C) SQL Server*(D) DHTML Page Designer
You are one of the developers in a developer team. Your team use visual source safe(VSS) for source code control. You found an error in your component and have fixed it. How wouldyou test it and checked in to VSS?*(A) Get the most updated components, test your component with these, and then check yourcomponent in to VSS.*(B) Check out others most updated components, test your component with these, then checkyour component in to VSS.
You have created an ActiveX document that uses the NavigateTo method to jump to URLaddresses on the World Wide Web. Which of the following are required in order to use the GoBackand GoForward methods to move between previously visited documents? (choose 2)*(A) Your ActiveX document must be in a container that maintains a history of documents.(B) Your ActiveX document must be a full browser.*(C) Your ActiveX document must be contained in a hyperlink-aware container.(D) Your ActiveX document must
Within this COM EXE you implement an object named financialcalculations that exposesmethods including calcoverdue and calcterms. You want client applications that use this COM EXEto be able to call these methods as though they were built into VB. For example, the followingline of code shouldexecute properly foverdue = calcoverdue(inginvoicenumber)How should you set the instancing property of the financialcalculations class?(A) Publicnotcreatable*(B) Globalmultiuse(C) Multiuse(D) Singleuse
You compile a Visual Basic application into an .exe file the Package and DeploymentWizard to distribute the What must you do to the application before you can deploy it by usingthe Package and Deployment Wizard?(A) Compress the application into one or more .cab files*(B) Create a package by using the Package and Deployment Wizard.(C) Assign the appliation a version number in the registry.(D) Assign the application an .ipk file.
By placing an ADO Data control on a form and binding text box to the ADO Data Control.These text boxes display data form the Customers table in an MS Access DB. Users report that theneed to restart your application to see changes made by other user to the date in this table.What is the most likely cause of this problem?*(A) The ADO Data Control requires a MS SQL server DB to support MultiUse access*(B) By default the ADO Data Control uses a static cursor(C) By default every user is opening this
You want to create and return a reference to an ActiveX object. Which of the followingcode segments will accomplish this? (choose 2)*(A) Set RedObj = GetObject(,"MyActiveX.MyObjectType")(B) Set RedObj = GetNewObject("MyActiveX.MyObjectType")*(C) Set RedObj = CreateObject("MyActiveX.MyObjectType")(D) Set RedObj = CreateNewObject(,"MyActiveX.MyObjectType")
You place an ActiveX control onto a form. Which instance of the control is created?(A) Run Time(B) Answer : A(C) Design Time(D) Developer License(E) Run Time and Design Time
Which of the following properties apply to an AmbientProperties object? (choose two)*(A) UserMode(B) LeftToRight*(C) BackColor(D) FrontColor
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top