Home All Groups Group Topic Archive Search About

somebody help me answer this?

Author
10 Jun 2005 2:47 AM
Luis Esteban Valencia
You are creating an ASP.NET application for the Widget Company. An earlier
version of the application uses ActiveX components that are written in
Visual Basic 6.0. The new ASP.NET application will continue to use the
ActiveX components.

You want the marshaling of data between your ASP.NET application and the
ActiveX components to occur as quickly as possible.

Which two actions should you take? (Each correct answer presents part of the
solution. Choose two)


      A Use ODBC to retrieve the data.

      B Use early binding.

      C Use late binding.

      D Set the AspCompat attribute of the Page directive to true.

      E Set the AspCompat attribute of the Page directive to false.

Author
10 Jun 2005 4:35 AM
dan.c.roth
Its D - Set the AspCompat attribute of the Page directive to true.

This allows the page to call STA components, such as a component
developed with Microsoft Visual Basic 6.0. Setting this attribute to
true also allows the page to call COM+

Regards,

Daniel Roth
MCSD.NET

Luis Esteban Valencia wrote:
Show quoteHide quote
> You are creating an ASP.NET application for the Widget Company. An earlier
> version of the application uses ActiveX components that are written in
> Visual Basic 6.0. The new ASP.NET application will continue to use the
> ActiveX components.
>
> You want the marshaling of data between your ASP.NET application and the
> ActiveX components to occur as quickly as possible.
>
> Which two actions should you take? (Each correct answer presents part of the
> solution. Choose two)
>
>
>       A Use ODBC to retrieve the data.
>
>       B Use early binding.
>
>       C Use late binding.
>
>       D Set the AspCompat attribute of the Page directive to true.
>
>       E Set the AspCompat attribute of the Page directive to false.
Are all your drivers up to date? click for free checkup

Author
10 Jun 2005 4:41 AM
dan.c.roth
And B -  Use early binding.

For speed

Regards,

Daniel Roth
MCSD.NET
Author
10 Jun 2005 12:20 PM
Luis Esteban Valencia Muñoz
what is earlky and later binding?
<dan.c.r***@gmail.com> escribió en el mensaje
Show quoteHide quote
news:1118378462.955522.39170@g43g2000cwa.googlegroups.com...
> And B -  Use early binding.
>
> For speed
>
> Regards,
>
> Daniel Roth
> MCSD.NET
>

Bookmark and Share