Question
Why do I get 'Name redefined' errors?

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




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • 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?