473,396 Members | 2,017 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,396 software developers and data experts.

whats limit of include files ?

MFA
Hi All

Is there any limit to include files (<!--#include file="xyz.asp"-->).

I have developed an application where I am including different files on the
base of diffirent conditions and values and getting error at certain stage.
error is
Microsoft VBScript runtime (0x800A0006)
Overflow: '[number: 32768]'

Before I thought its due to some if or case statements and now I just
removed the line where I am including the file and its working.

I will be very thankfull if some one tell me if there is any limit of
include files so I will bring my code to parent files.
or is there anything else..

Kind regards


Jul 19 '05 #1
4 3126
There is no limit that I am aware of.

Have a good look through the code in the include to see if you have created
any infinite loops or that sort of thing

Sorry I can't be of anymore help.

Rick Watkins
Web Developer

"MFA" <MFA@MFA> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi All

Is there any limit to include files (<!--#include file="xyz.asp"-->).

I have developed an application where I am including different files on the base of diffirent conditions and values and getting error at certain stage. error is
Microsoft VBScript runtime (0x800A0006)
Overflow: '[number: 32768]'

Before I thought its due to some if or case statements and now I just
removed the line where I am including the file and its working.

I will be very thankfull if some one tell me if there is any limit of
include files so I will bring my code to parent files.
or is there anything else..

Kind regards


Jul 19 '05 #2
Sounds like you are trying to perform a CINT() on a number > 32767.
http://www.aspfaq.com/2389

"MFA" <MFA@MFA> wrote in message
news:#e**************@TK2MSFTNGP12.phx.gbl...
Hi All

Is there any limit to include files (<!--#include file="xyz.asp"-->).

I have developed an application where I am including different files on the base of diffirent conditions and values and getting error at certain stage. error is
Microsoft VBScript runtime (0x800A0006)
Overflow: '[number: 32768]'

Before I thought its due to some if or case statements and now I just
removed the line where I am including the file and its working.

I will be very thankfull if some one tell me if there is any limit of
include files so I will bring my code to parent files.
or is there anything else..

Kind regards


Jul 19 '05 #3
You're issue isn't includes. It appears that you're trying to cint a number
beyond the limits of an integer data type. You're over by one
(coincidence?).

An integer can be between -32768 and 32767, inclusive. For any numbers
outside of that range, use clng.

Ray at work

"MFA" <MFA@MFA> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi All

Is there any limit to include files (<!--#include file="xyz.asp"-->).

I have developed an application where I am including different files on the base of diffirent conditions and values and getting error at certain stage. error is
Microsoft VBScript runtime (0x800A0006)
Overflow: '[number: 32768]'

Before I thought its due to some if or case statements and now I just
removed the line where I am including the file and its working.

I will be very thankfull if some one tell me if there is any limit of
include files so I will bring my code to parent files.
or is there anything else..

Kind regards


Jul 19 '05 #4
MFA
Thanks Rick

C H E E R S

"rick watkins" <r.*********@btopenworld.com> wrote in message
news:uc*************@TK2MSFTNGP11.phx.gbl...
There is no limit that I am aware of.

Have a good look through the code in the include to see if you have created any infinite loops or that sort of thing

Sorry I can't be of anymore help.

Rick Watkins
Web Developer

"MFA" <MFA@MFA> wrote in message
news:%2****************@TK2MSFTNGP12.phx.gbl...
Hi All

Is there any limit to include files (<!--#include file="xyz.asp"-->).

I have developed an application where I am including different files on

the
base of diffirent conditions and values and getting error at certain

stage.
error is
Microsoft VBScript runtime (0x800A0006)
Overflow: '[number: 32768]'

Before I thought its due to some if or case statements and now I just
removed the line where I am including the file and its working.

I will be very thankfull if some one tell me if there is any limit of
include files so I will bring my code to parent files.
or is there anything else..

Kind regards



Jul 19 '05 #5

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

Similar topics

1
by: Michael Ferrier | last post by:
Hello, I have a Php program made up of a small script "A.php" that includes a large script "B.php". This program runs fine on dozens of web servers, but fails with no error message on one...
10
by: Randell D. | last post by:
Folks, I have a SELECT that returns with multiple records - It works when I have a LIMIT clause but when I try to include a GROUP BY clause, the select returns nothing (ie no records, no...
10
by: VM | last post by:
How can I limit the use of the PC's virtual memory? I'm running a process that basically takes a txt file and loads it to a datatable. The problem is that the file is over 400,000 lines long (77...
4
by: All Rise | last post by:
If I cant or should not use cout, whats the alternate for outputting to the console in c++. Printf() ?
0
by: Jim Schlight | last post by:
Is there a limit to the number of include directories that can be specified? I'm upgrading from Visual Studio .NET 2002 to 2003 and getting: fatal error C1083: Cannot open include file:...
5
by: Showjumper | last post by:
I am wondering how some of you do it. I have a project that will displays a number of articles viewable via the browser. These articles are more then the 8K limit in sql server so i have been...
1
by: bigpoppa | last post by:
Hey, I need a script that will limit download speed and I want it integrated into the script I am using below. The script below forces downloads and hides url paths and logs stastics of downloads and...
2
by: Nosferatum | last post by:
This script is meant to limit access by sessions, using username and password from mysql db and redirect users after login according to a given value belonging to each user in the db (10,20,30,40)....
9
by: paul.lemelle | last post by:
I am trying to create a series of 4K files, everything works fine until I pass the 1022 mark - I get an error stating that he file cannot be opened. Can someone look at the below code and offer...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.