- Q What is the best question you can ask the interviewer at the end of the interview?
- Q A company rented a machine for Rs. 700/- a month. Five years later the treasurer calculated that if the company had purchased the machine and paid Rs. 100/- monthly maintenance charge, the company would have saved Rs. 2000/-. What was the purchase price of the machine?
- Q On what days of embryonic development do these events occur: (a) first appearance of the upper limb bud (limb ridge); (b) the flattening of the distal limb to form the handplate or footplate; and (c) the beginning of limb rotation?
- Q Where you can find list of Silverlight Error Codes with Explanations?
- Q What do you like most about Quality Assurance/Testing?
- Q The means of production of agriculture is _________.
- Q Comment on GENBANK.
- Q Which state is the leading producer of saffron?
- Q Explain how to delete journal entries in quickbooks?
- Q What is the difference between Life Insurance and Life Assurance?
- Q Can i access environment variables with facter?
Answers
Microsoft VBScript runtime error '800a0411'
Name redefined: 'response'
/.asp, line
This error usually indicates that you have used ADOVBS.inc in two different #INCLUDE directives (possibly nested
within other includes). Another possible cause is that you have defined an identical constant in a page that also
#INCLUDEs ADOVBS.inc. You can demonstrate this with the following example:
<%
Const adOpenForwardOnly = 0
%>
My suggestion for avoiding this, is not using ADOVBS.inc at all... it incurs a lot of overhead for a few constants. Find
out which constants you "need", copy them into your script (or your own reduced-size include), and leave
ADOVBS.inc alone. (See Article #2112 for more info.)
Another possibility is that you tried to defined a constant, giving it a name of a pre-defined object, such as the
intrinsic ASP objects. For example:
<%
Const Response = "Response message."
%>
Your Comment
Name redefined: 'response'
/
This error usually indicates that you have used ADOVBS.inc in two different #INCLUDE directives (possibly nested
within other includes). Another possible cause is that you have defined an identical constant in a page that also
#INCLUDEs ADOVBS.inc. You can demonstrate this with the following example:
<%
Const adOpenForwardOnly = 0
%>
My suggestion for avoiding this, is not using ADOVBS.inc at all... it incurs a lot of overhead for a few constants. Find
out which constants you "need", copy them into your script (or your own reduced-size include), and leave
ADOVBS.inc alone. (See Article #2112 for more info.)
Another possibility is that you tried to defined a constant, giving it a name of a pre-defined object, such as the
intrinsic ASP objects. For example:
<%
Const Response = "Response message."
%>
Your Comment
- 0
- 0
- New Answer
- Contributors: *,
More Software Questions..
What is the inputsplit in map reduce software?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is software configuration management?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What Is Java Api For Xml-based Rpc (jax-rpc)?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How can you implement fine-grained auditing?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is IBM’s simple explanation for Big Data’s four critical features?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is static synchronized method in JDBC API? Give an example?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What does the NULLIF function do?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What happens if a start method is not invoked and the run method is directly invoked?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Should we override finalize method
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
what is the difference between mysql_fetch_array and mysql_fetch_object?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How will XML affect my document links?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Why to use Style Sheets?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are Filters in MVC?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Can you explain Application layer in OSI model?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
How to define new testplan attributes?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
Which oracle package is used to manage the oracle lock management services?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What is marker interface?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,
What types of partitioning are there for BW?
- 0
- 0 |
- |
- Post Answer |
- Answers ( 1 )
- Tags: Software,