Finding Maximum Value
How 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 RepliesHow 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 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 Relatedthe maximum size in car that i can send throught get method ?
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 a database with date of births stored dd/mm/yyyy (english dating
system) and =date() returns a date in the same format in my server.
how do i find the persons age using these two pieces of date.
i want to make a program to find out and highlight a particular word on the browser using ASP and javascript.
View Replies View RelatedIs there something similar to PHP's php_info command to tell me all about the server? I need to find the actual path where the site resides.
View Replies View RelatedI need to create a new application in our test server. I am using VID for
that purpose. In order to set up the project in VID, it asks me 'which server
you want to use'. However, I do not have the name of the test server. Is
there any way to configure the name of the server here? I have full rights to
the server directory and is mapped on my machine as G drive.
Here is a function where you don't have to worry about the leap year.
You will have to still be aware of time differences between you and
the server, and correct your data before entering it into the
function. And of course time zones, yada yada ....
BUT I think that most people using this will just want to say if today
is there bday than they are their new age. Code:
How can I programatically ascertain what version of ASP my ISP has installed ?
View Replies View RelatedI need help to find percentages, because I missed out on a lot of basic math education, I need it to be real clear step by step instruction for instance how would I go about finding 24 out of 32 one step at a time?
View Replies View Relatedi know how to find the available server names, how can i find the ports?
View Replies View RelatedI am developing a hotel finder solution in Canada. When some one enters a Postal code, it should be able to display the hotels in 5 KM radius. (With nearer PIN numbers?) I am deleloping this application using ASP, and is there anyway I can such searches?
View Replies View RelatedI trying to find the memory occupied by the object in RAM, For Example:
Set ObjTest = Server.CreateObject("ADODB.RecordSet")
I need the space occupied by the ObjTest in RAM. Is it possible ?