Thread: overflow?
View Single Post
Old 08-02-2002, 11:22 PM   PM User | #9
Feyd
Regular Coder


 
Feyd's Avatar
 
Join Date: May 2002
Location: Los Angeles, CA Maxim: Subvert Society
Posts: 404
Thanks: 0
Thanked 0 Times in 0 Posts
Feyd is an unknown quantity at this point
But actually doing <p><%=PostNo%> required posts.</p> is much more entertaining than the long way

Are you trying to cast a number larger than 32,000 to an integer?

I've had similar problems when dealing with regional settings for decimal seperators and the thousands, but that doesn't seem to be the case for you...

Usually you get this error when you are over the limit on Request.Form. ASP's limit for form processing is supposed to be about 100k, according to Micro$oft, it breaks down further to a max of 102,399 bytes for each field. Which, again, doesn't seem like it should be affecting you, depending on what you are sending into the form...if it is the case, however, you can always use the old dirty trick of using your own function to deal with the form handling and therefore get around the overflow fatality.
__________________
Moderator, Perl/CGI Forum
shadowstorm.net - subvert society
Feyd is offline   Reply With Quote