RE: stored procedure and resultset

2001-03-08 Thread Vani Kolli
you can do it using cursors. somehting like this CREATE PROCEDURE [testins] @var1 int AS DECLARE ins CURSOR FOR SELECT empid,empname,address1,zipcode from emp where rowid @var1 OPEN ins DECLARE @SPempid varchar(20), @SPempname varchar(25), @SPaddress1

RE: How to find memory leaks on cfserver ???

2001-03-01 Thread Vani Kolli
thanks a lot.. i am working on it -Original Message- From: Cameron Childress [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 01, 2001 10:47 AM To: CF-Talk Subject: RE: How to find memory leaks on cfserver ??? Can anyone tell me how do i find memory leaks on cf server and There are

Urgent.... please help...

2001-02-14 Thread Vani Kolli
Hi all, I am using session variables in my application and session timeout is 24 hours. But my session times out before that. And also some of the variables time out and some of them don't. How do i overcome with this problem. We have 4.0 server with 2000/IIS and this is happening on my

RE: Urgent.... please help...

2001-02-14 Thread Vani Kolli
. Duane -Original Message- From: Vani Kolli [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 14, 2001 9:05 AM To: CF-Talk Subject: Urgent please help... Hi all, I am using session variables in my application and session timeout is 24 hours. But my session times out before

RE: Urgent.... please help...

2001-02-14 Thread Vani Kolli
- From: "Vani Kolli" [EMAIL PROTECTED] To: "CF-Talk" [EMAIL PROTECTED] Sent: Wednesday, February 14, 2001 2:28 PM Subject: RE: Urgent please help... No even the max time out on my server is the same.. -Original Message- From: Duane Boudreau [mailto:[EMA

RE: Urgent.... please help...

2001-02-14 Thread Vani Kolli
in the time out settings. I got bit in the behind by putting a 60 in the minutes parameter in the createtimespan function. For 24 hours use: CreateTimeSpan(1, 0, 0, 0) not CreateTimeSpan(0, 24, 0, 0) Duane -Original Message- From: Vani Kolli [mailto:[EMAIL PROTECTED]] Sent: Wednesday

How to kill session variables ???

2001-02-06 Thread Vani Kolli
Can anyone help me how do i kill session varibales explicitly ?? Thanks Vani ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: How to disable Back function on browser

2001-01-19 Thread Vani Kolli
Hi nathan, You can do this using Javascript and can get the same script on the net. If u want it let me know i can mail you. Vani -Original Message- From: Nathan Chen Sent: Thursday, January 18, 2001 2:09 PM To: CF-Talk Subject: How to disable "Back" function on browser Hi All: Is

RE: Please help....

2001-01-18 Thread Vani Kolli
Hi Jennifer/Dick, The first thpought i had was using session variables but if i want to use them only once i better go for input hidden fields. And comming to the second one i also have the same feeling. But as Dick said i will try putting it in a form field and try it. Let's see if it works the

Please help....

2001-01-17 Thread Vani Kolli
Hi all, Can anyone help me in doing the following. i have a page which has a form with 20 fields. When a user submits this form i want check one of the field against the database and then give an message. Based on user's response if it's yes then i should insert all the form values into

RE: Replace

2001-01-16 Thread Vani Kolli
i think all should be in quotes "ALL" Vani -Original Message- From: Shari Jung [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 11:51 AM To: CF-Talk Subject: Replace I am trying to use the replace command to replace every character in a string with another. I can get it to

RE: Replace

2001-01-16 Thread Vani Kolli
also hash signs should be for the whole replace not for the string cfset strMyString = #Replace(strMyStringOld, "ab", "bc","all")# It happened to me before now it works thanks for all those who helped me. Vani -Original Message- From: Shari Jung [mailto:[EMAIL PROTECTED]] Sent:

cftransaction...

2001-01-15 Thread Vani Kolli
Can I use cftransaction tag in 4.0 with action as an option. Vani ~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm Archives:

RE: cftransaction...

2001-01-15 Thread Vani Kolli
BEGIN" or "COMMIT" or "ROLLBACK" - -----Original Message- From: Vani Kolli [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 7:43 AM To: CF-Talk Subject: cftransaction... Can I use cftransaction tag in 4.0 with

RE: cftransaction...

2001-01-15 Thread Vani Kolli
BEGIN" or "COMMIT" or "ROLLBACK" - -----Original Message- From: Vani Kolli [mailto:[EMAIL PROTECTED]] Sent: Monday, January 15, 2001 7:43 AM To: CF-Talk Subject: cftransaction... Can I use cftransaction tag in 4.0 with

need help..

2001-01-12 Thread Vani Kolli
Hi all, I have a form field and i want to check if there is any special character typed in instead of alphabets and numbers. Is there any tag in cf to find it. I remember doing it in Perl, but not sure of cf. Any help would be appreciated. Thanks Vani

RE: need help..

2001-01-12 Thread Vani Kolli
Thanks to all who responded but i wanted to find the first character is not a special chracter and if it is, i want to delete that character. If i have the special character in the beginning it shows the html code whne i use this value in the other page And i am using input tag not cfinput

RE: need help..

2001-01-12 Thread Vani Kolli
== Russel Madere, Jr. Senior Web Developer ICQ: 5446158 http://www.TurboSquid.com Some days you eat the bear; some days the bear eats you. -Original Message- From: Vani Kolli [mailto:[E