473,326 Members | 2,048 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,326 software developers and data experts.

somebody help me answer this?

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.


Nov 19 '05 #1
3 1014
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.


Nov 19 '05 #2
And B - Use early binding.

For speed

Regards,

Daniel Roth
MCSD.NET

Nov 19 '05 #3
what is earlky and later binding?
<da********@gmail.com> escribió en el mensaje
news:11*********************@g43g2000cwa.googlegro ups.com...
And B - Use early binding.

For speed

Regards,

Daniel Roth
MCSD.NET

Nov 19 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
by: John Dean | last post by:
Hi I have been reading quite a lot of Python source code recently and I have come across a particular construct which I don't understand. I would be grateful if somebody could explain the reason...
6
by: lostinspace | last post by:
After four+ years of using FrontPage in a limited capacity and having created over 600 pages on my sites, I've finally (at least for the most part) abandoned FP, to begin the process of converting...
9
by: Daniel Walzenbach | last post by:
Hi, I'd like to know how I can nominate somebody as a MVP? I've checked the MVP FAQ but haven't found anything (@ least not on the german one...) Thank you! Best regards Daniel Walzenbach
5
by: NewToCPP | last post by:
There are several occations where we write onto someone else' memory region. Is there any debugging mechanism to find out which part of the code is causing this problem?
0
by: Jai | last post by:
Hi, Somebody please tell me how to bind(two way) a checkboxlist with objectdatasource if the checkboxlist is inside a formview..... Code of FormView is like this::--- <asp:FormView...
1
by: ambr | last post by:
i made a program for grading true and false test,there are no syntax error but program is not running like it should be itshould give me student's ID followed by the answer,followed by test score...
14
by: cool.vimalsmail | last post by:
i dont know how to convert a txt file into a zip file (i.e.,)i have a file named packages and i want the packages file with a ".gz" extension by implementing a python program
2
by: README | last post by:
ok i have the following c++ and need help to develope a function of the following description : void addRational(int& ansNum, int& ansDenom) This function will get 2 rational numbers from...
3
by: malojinaik | last post by:
Why the prgram crashes when somebody tries to add two pointers.Is C language built like that or adding two pointers will cause the problem somehow?Please answer to this I am bit confused.
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.