Get Method Maximum Len
the maximum size in car that i can send throught get method ?
View Repliesthe maximum size in car that i can send throught get method ?
View RepliesCode:
<% While not rs.eof %>
<% close_dte= rs("close_dte") %>
<% open_dte= rs("open_dte") %>
<% DUR = DateDiff("n",open_dte,close_dte)%>
<% DUR = Round((DUR/60),2) %>
<% = DUR %><br>
<%
rs.moveNext
wend
%>
this code works great and displays an entire list of durrations. So now i have this list, i want to just single out the highest or maximum durration from the list that i have just generated.
I need a general code for limiting an image size in pixels.Uploaded Images from people may not be larger on width than 400 px.
If so than a script would minimize them to 400 but if they are 260 px then they of course appear in 260 px
I have an asp page that uploads a text file, with SQL Statements inside.
After I upload the file, I want to execute the statements and then delete the file from the server.
The problem is: when I read the first Sql statement, it gives an error when I try to execute it I get a "Identifier that starts with 'INTO blah blah' is to long. Maximum length is 128.
But when I response.write the variable it shows the whole string, all +-600 chars of it.
So is this a DB Problem? (I'm using SQL Server 2000)
And how would I change it, if it was?
whats the maximum lenght of a url ?
View Replies View RelatedWHat is the maximum no. of fields,we can create in Ms access 2002 table?
View Replies View RelatedHow do I find the maximum value of a recordset column? I'd rather do it this way than open a new recordset with Max(column).
View Replies View RelatedWhat is the maximum number of connections that will work when using ASP pages with a MS Access database. I've seen some information that leads me to believe that up to 20 simultaneous users is a practical limit?
View Replies View RelatedI'm doing pretty well with my SE and getting all my results but I'm trying to come up with a way to have a maximum of 10 results per page. Code:
View Replies View RelatedI'm using the FreeASPUpload script from www.freeaspupload.net. It works good until I attempt to upload files larger than about 10Meg, at which point my server chokes. The documentation says I need to change the IIS upload limit.I've not been able to figure out how to do it in IIS5.
View Replies View RelatedI have a script that has worked flawlessly for a while. It allows a user to select from a listbox - with highlighted lines already of their settings, multiple lines (CTRL-SHFT) and the page updates the database properly.
Now, for some reason, I have a user that when we load their settings, all is fine. If I submit the form, immediately, with no new additional selections, all works fine. But, if I add even one new selection on the list box by holding CTRL-SHFT, the submit button no longer works at all.
This user does have a long list of selections already, I am just wondering if I may have hit a max some how?
I made a website where I am able to record how many users are online right now at my website ysing Session_Variables.
Now I want to record the date when I had maximum number of users online at one time ...
sometimes I bekome a "Server Application Error" on my w2k Server when call a
ASP page
The server has reached the maximum recovery limit for the application during
the processing of your request. Please contact your Administrator
The only thing to do is to restart the server.
Why the instruction runs ok on sql server 2000 but in access 2000 brings me the maximum size of field in the table:
SQLCategoria = "Select * from Biblioteca_Categoria where Len(Codigo) = 6 order by Codigo asc"
We have a site that has been developed in Visual Interdev that we use the PageNavBar object for the banners on each page. I have noticed that we seem to have gotten into a situation where whenever we add a new page to the site diagram, some other page loses it's banner.
Can anyone tell me if there is some numerical maximum number of pages that can appear on a site diagram? Is there some other explanation for this that I am missing? Is there a solution?
I've been doing some work on the company's intranet, and I keep getting this error message when attempting to access ASP pages..
'The Server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance. The strange thing is, the pages will work for a while, before suddenly encountering this error. We then have to reset the server to get the pages to work again, but then a few days later it happens all over again. what could be cauding this, or how I can go about finding the cause?
What is the maximum length of the string that can be stored in a hidden field using javascript, which can be retrieved using ASP Request object.
View Replies View RelatedI have a small ASP program ( http://www.dickbrom.com/aspsend/ ) that accepts data from a Form and e-mails it. The form has a Textarea (<TEXTAREA NAME="MessageBig" ROWS=10 COLS=50> </TEXTAREA>).
If you enter too many characters in the textarea the Submit button does not function. Is it possible to set a maximum number of characters or possibly truncate anything over a fixed number to fix this problem.i do not want to use Javascript.
I need to evaluate a field's maximum value and then do an if
conditional:
if rs("havesubP") = true and rs("displaygroup") < MAX then ....
whereas MAX represents the biggest value in the records for the
displaygroup field (an integer datatype). I get an "Either BOF or EOF
is True, or the current record has been deleted.." error if i put any
type of comparison number (of course MAX is not a vbscript keyword)
that is larger than my largest displaygroup value in the dbase , as I
will loop thru all the records once this condition is met.
I want to specify the maximum length of an image the file can upload.If the image exceeds that limit it should show me an error.E.g.; 640x480 pixels.
View Replies View RelatedI am working on a project that requires me to check the number of rows
in a table with the same HTML "ID" value.
I do this in my code with:
i = document.all(rowid).length
However, if the number of rows with the same ID is greater than 8, it
always returns 8 (not 9, 10, etc.)
Also, I am seeing a similiar response in a 2nd page when I attempt to
get the number of elements in the Form collection
i = Request.Form.Count
This also returns a value of 8 although I know there are more elements
in the collection than 8.
Is any one aware of an issue like this? Maybe some kind of setup
issue with IIS?
what is the maximum number of characters that a string variable can hold - i
initially thought it was 256, but after some testing it seems that it can
hold much more than that..
i wirte SQL statment to collect information from oracel database but after 5 minutes i got the following measage
Error Type:
Active Server Pages, ASP 0113 (0x80004005) The maximum amount of time for a script to execute was exceeded. You can change this limit by specifying a new value for the property Server.ScriptTimeout or by changing the value in the IIS administration tools. Code:
I have downloaded the DiscIDCalc program from CDDB. I've used it a lot because I've written my own application for my CD collections (keeping track of the track information of each CD, track duration etc). I've already got all my CDs into the application, I'm now just going through each of the disc again just to add in the DiscID information. I do it by running the DiscIDCalc program, generating the DiscID, and then then copying and pasting this DiscID into my application and then save it.
if anyone has successfully generated the DiscID within an asp page?
Now I have to have my browser up and this DiscIDCalc program up. Just want to know if there's a way to incorporate the two together (even if it means I'm not using the DiscIDCalc anymore.). This DiscIDCalc has a documentation for its DiscIDCalcDLL.dll but it's not something that I can CreateObject with, so I'm quite clueless... I don't want to use VB to write APIs for that
I use query string to search for records by using GET method. This method will generate querystring automatically by using the form name. Using search field together with drop down is fine but the problem is when i didn't enter any keyword or left the search field blank it won't display any result.
Unless I put "%" in the search field. How do I make the querystring change to "%" whenever the field is blank so that all records will be displayed.
i am trying top update a field in my sql database but it wont let me??? does anyone know if my syntax is correct?? I have a field called userId in the database and want to replace it with my form request. Code:
View Replies View RelatedMethod Not Allowed
The requested method POST is not allowed for the URL /Database/processForm.asp.
Apache/1.3.33 Server at antonyx.freestarthost.com Port 80
i just got this error, however, i have managed to post data into my database on this server b4, why is this error comin up now, could there be a prob with my asp file??
When using ActiveX Combo Boxes, can you use the GetString method to populate the control? I currently am using AddItem, however, it is taking a long time to process. I know that GetString works well to improve the performance. Here is my code while using AddItem:
while not rsClient.EOF
Response.Write chr(9) & "MenuForm.lstClient.additem " & chr(34) & replace(rsClient.Fields("Client Name").value,chr(34),"'") & " [" & trim(rsClient.Fields("Client Number").Value) & "]" & chr(34) & chr(13)
rsClient.MoveNext
Now this is a weird one. I'm having a problem with a system in development. When I post data from a form in IE 5.01 it works fine, but in IE 5.5 it refuses to post the data to the server and in IE 6 it's scatty -- works sometimes but not others. Anyone seen this before?
Edit:
By the way -- this is normal VBS/ASP running on IIS 5 on an NT server
can values of variables be transfered through response.redirect onto the next page
View Replies View RelatedI have a form that ignores my form validation code. My code works if I use the post method of <%=Request.ServerVariables("SCRIPT_NAME")%>.
But, If I post the form to another .asp page, which I prefer, the code doesn't work. Do anyone have any suggestions? Here's my code.
I have a form that ignores my form validation code. My code works if I use the post method of <%=Request.ServerVariables("SCRIPT_NAME")%>. But, If I post the form to another .asp page, which I prefer, the code doesn't work. Do anyone have any suggestions? Code:
I have a service provider that's sends sms messages from clients mobile
phones to my asp page, problem is I don't know how to show the data and they
are not being helpful.
The process is simple as outlined below (instructions from service provider
Example: If you provide this: http://www.yourdomain.com/sms/sms.asp then we
will do a post via a standard HTTP GET as follow:
http://www.yourdomain.com/sms/sms.a...ISO-8859-1&udh=
How do I receive the url with the parameters in the address bar?
I would like to know which method is best in ASP when using/coding for email via a form.
View Replies View Related