hi, I think byref you can do in asp what is done by c++. You may do one thing use session array. I think this will solve ur problem. Regards, Himadrish ... ...
Hi, I have an asp page in which I m displaying the records from table. These records can be edited by changing some of the fields, And also records can also be...
Preeti, After a successful update or delete, response.redirect back to the same page. So, if Details.asp is the page that shows the record and you post to...
This is my first attempt to call a stored procedure from Sybase (ASE 12.5) into my ASP page and it is not working properly. Can anyone see what is wrong and...
I have just seen Ray's answer to a similar query in a Microsoft newsgroup ... I personally just use: Set rsWhatever = objADO.Execute "EXEC sp_SomeStoredProc...
... This is based on a SQL Server db, so not sure how that differs from what you are using. By the looks of it, as you are asking the database to return an...
... Use getrows to shift the recordset into an array, and then shut the recordset down. ... Yes! ... The key to pulling this off is to have the fields named...
mmm. interesting one. 1 question: if the user has 20 related items, but only changes one - do you still want to loop thru and update all of them? might be a...
I always wondered what would happen if you had text input elements named the same and the user entered a comma into one of them. Would it through everything...
... Good question. Looking at a test, it appears that as long as the user enters a comma, and not a comma and a space, there is no problem, as the form values...
Hi all, In power builder there is a function called RelativeDate. The RelativeDate() function is used to determine a new date based on an offset from an...
Depending on how it works, DateAdd() might work for you. DateAdd allows you to add an amount of a certain unit to a date. So you could add 30 days, or 5...
Thanks it works fine ... ******************************************************************************** ... provide is accurate & appropriate, the final...
Thanks to everyone for their info/suggestions. I was tempted to shoot for the Split function solution, as I'm very familiar with that from VBA, but decided to...
... Can't you just do a replace on single quotes and double them up? Access will then accept them. You just need to remember to change them back to one ...
... will then accept them. You just need to remember to change them back to one instance when you fill the text area prior to editing. ... for double quotes ...
... ROFLMAO! Stop the Insanity! This quote stuff just kills me! <lol> Thanks! (I think the letters are about to wear off my " key!<eg>) Dian ~ ... From: Adrian...
Hi, Is it possible to stretch textarea to the screen width as the screen resolution changes? If yes how to do that? Thanks and regards, Preeti ... From: Priti...
Hi Preeti ! You can refresh your redirected page through following html code.. i think so simple it is ? i m using same code for refreshing the page after ...
... Who, me? <looks innocently at the ceiling> ;-) ... No worries, glad to be of help. manzo ... Outgoing mail is certified Virus Free. Checked by AVG...
... Two important things I noted about this thread: First, you don't need to escape the double-quotes -- just the single- quotes. A simple function that I use...
Hello Guys: Is it not possible to reference an Aliased Field in a SQL Statement, and use that in another SUM() Clause? For Instance, below is my SQL Statement:...
Very cool! Now that I can understand.<g> And yes, thanks for the extra textarea comments cos' it does go in/out of that. Appreciate it. Although I'm beginning...
That should work fine. Perhaps the problem is that you have a column name of desc, which is a SQL reserved word. (Descending) Change DESC to [DESC]. Either...
Costanzo, Ray
rcostanzo@...
Sep 2, 2003 7:13 pm
6711
... I'm not sure if you can use an expression defined in the same query earlier. This is just a guess, I may be wrong. Regards, Manas. -- ...