Stack Overflow

Ok, so on certain computers in my office I get this dialog box that comes up when I start internet explorer, that has this error in it: Stack overflow at line: 846.

All I do though is click "OK" and it proceeds as normal. I have my homepage set to my company web site. But this error only seems to happen on 3 of the computers, they are all running Windows 2000. The 3 it doesn't show up on are running win XP pro. Anyone know what this is and what I should do to fix it?

View Replies


ADVERTISEMENT

Request.Form Stack Overflow

I'm getting the Stack Overflow error on the request.form from a large TEXTAREA submission. Actually, the problem is _I'm_ not getting it, only my client is, and
we're testing the exact same content in the post.

First, is there a simple way around this error other than running the long function found here http://www.pstruh.cz/tips/detpg_largepost.htm. This form I'm using has only ONE form field, and the data is being written directly to a text file to avoid SQL datalength limits (or so I thought).

Secondly, why would I be able to submit that data successfully, but my client wouldn't? My client machine is XP Pro. Would they struggle if they were using W2k or W98?

View Replies View Related

Overflow

What causes this error when trying to submit data into a database with asp? Code:

Your request was submitted Error Occurred: Overflow

View Replies View Related

Overflow Error

I am getting this error.

Microsoft VBScript runtime (0x800A0006)
Overflow: '[number: 32768]'

I am using if and case statments a lot, at certain point when I am just
putting another case statment its giving me this error. if I am removing
that line its OK
same code I tried with if conditions and clng(objRec("TEMP_TYPE"))

Here is my code:

View Replies View Related

Overflow Error

we use an E-office application where server is SQL server 7.0 and client side
its MS access
In our VB program we use ASP to synchronization and update client
database from server and each table is updated afresh . This program was
running fine and
all tables were being Updated until number of records in 1 table went
above 3000 . Now this table gives overflow error while others are being
updated correctly .
the error is 'Error in Function MaterialMasterUpdate: Overflow'
We use filestream object for this communication , is there some
limit to it

View Replies View Related

Buffer Overflow (not That Much Data)

I'm trying to retreive and display a list of showrooms in the United States. The user is presented with a map of the US and an image map has the co-ordinates. The user clicks on a state and "Viola!", all in that state are listed.

It works great, except for two states; California and Florida. On those, I get the following error:
Quote:
Response object error 'ASP 0251 : 80004005'

Response Buffer Limit Exceeded

/default.asp, line 0

Execution of the ASP page caused the Response Buffer to exceed its configured limit.

There isn't that much data being pulled from the database; only 77 records for Florida, only 122 for California. There aren't that many fields in any of the recordsets, either, and none of them are more than 500 characters in length (all varchar with some int dbtypes.) Code:

View Replies View Related

Arithmetic Overflow Error

I got the following error: Arithmetic overflow error converting numeric to data type numeric I'm sure it was one of my currency fields. However, the real total of that
column was $776.92

How did it get submitted as $776.9200000000001 ?
Is there a way I can assure those extra digits get whacked?

View Replies View Related

Buffer Overflow Prevention

Are there specific security precautions (input validations for example) that are documented somewhere to prevent hackers from compromising a credit card ASP application? In particular, can we prevent a buffer overflow by using the LEFT function to grab only the necessary characters from the credit card text field?

View Replies View Related

VBscript FormatPercent Overflow 800a0006

I have several websites running on a 2003 IIS6 box, all
running basically the same code (each site has its own home directory
and copy of the code). All are running in the same App Pool.

One site gives the 800a0006 error on a formatpercent, another site (on
the same server) does not.

Here's the kicker...the one site only fails if the number is LESS THAN
1.

formatpercent(0.999) ---overflow
formatpercent(1.000) ---100%

The one "abnormality" is that the default script language is set to
jscript, and I call the function via a call to a vbscript block -- but
this works on several other sites on this same server.

View Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved