RE: Forms+SQL+Params

2001-07-15 Thread David Shadovitz
If so, that's one good reason to use CGI.SCRIPT_NAME for the form's action template. cfform action=#CGI.SCRIPT_NAME# method=post -David On Thursday, July 12, 2001 1:48 PM, Lee Moore [SMTP:[EMAIL PROTECTED]] wrote: I'm assuming that the form is posting to itself since you did not give the name

Forms+SQL+Params

2001-07-12 Thread Craig Kiessling
Hello folks, I am fairly new in the CF arena, and am in need of some simple help here. I have an Access database (pretty small), and a form on a template, to add an entry into a Guestbook. I would like for the database to updated with the new information, then the form is submitted and takes

RE: Forms+SQL+Params

2001-07-12 Thread Russel Madere
- From: Craig Kiessling [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 10:39 AM To: CF-Talk Subject: Forms+SQL+Params Hello folks, I am fairly new in the CF arena, and am in need of some simple help here. I have an Access database (pretty small), and a form on a template, to add

Re: Forms+SQL+Params

2001-07-12 Thread chaack
Craig, I am doing something wrong, but can not figure out what. Any specifics? Error message? Or what? Normally error message from the CF server give you a hint where to search for the something wrong Birgit Thursday, July 12, 2001, 11:39:10 AM, you wrote: Hello folks, I am fairly

RE: Forms+SQL+Params

2001-07-12 Thread Craig Kiessling
/stepstoinsanity/index.html From: Russel Madere [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Subject: RE: Forms+SQL+Params Date: Thu, 12 Jul 2001 15:38:21 -0500 Craig, Here is a quick tip, try to use some more white space (both in your code and in your email). Both your

RE: Forms+SQL+Params

2001-07-12 Thread Russel Madere
any code. I'm going to do a presentation on that for the New Orleans Cold Fusion User's Group in the not too distant future. Russel -Original Message- From: Craig Kiessling [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 12, 2001 3:49 PM To: CF-Talk Subject: RE: Forms+SQL+Params

Re: Forms+SQL+Params

2001-07-12 Thread Lee Moore
I'm assuming that the form is posting to itself since you did not give the name of the file. I will give you back your code with some changes and some clarification on variable scoping by scoping explicitly. It seems that you were also filling the name attribute in your forms with wha.t should be