Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > somebody help me answer this?

Reply
Thread Tools

somebody help me answer this?

 
 
Luis Esteban Valencia
Guest
Posts: n/a
 
      06-10-2005
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.




 
Reply With Quote
 
 
 
 
dan.c.roth@gmail.com
Guest
Posts: n/a
 
      06-10-2005
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:
> 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.


 
Reply With Quote
 
 
 
 
dan.c.roth@gmail.com
Guest
Posts: n/a
 
      06-10-2005
And B - Use early binding.

For speed

Regards,

Daniel Roth
MCSD.NET

 
Reply With Quote
 
Luis Esteban Valencia Muñoz
Guest
Posts: n/a
 
      06-10-2005
what is earlky and later binding?
<> escribió en el mensaje
news: ups.com...
> And B - Use early binding.
>
> For speed
>
> Regards,
>
> Daniel Roth
> MCSD.NET
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wrong answer equals to a blank answer or not? Zadkin Microsoft Certification 8 06-27-2006 01:51 PM
Wrong answer equals to a blank answer or not? Zadkin Microsoft Certification 0 06-23-2006 09:17 PM
Another ASP Session problem with IIS6, somebody must have a definative answer! Adam Short ASP General 4 04-28-2005 04:18 PM
help ! I need somebody help ! Laurent Cisco 11 05-18-2004 02:42 PM
Surely somebody knows the answer to this? buffy Computer Support 11 01-24-2004 08:48 PM



Advertisments