Ask a Question related to Coldfusion Database Access, Design and Development.
-
Giantboaz #1
need help with variables
I am new to coldfusion so please try not to laugh to hard. I am
creating a registration application where the user has to pick a
certain time where they are going to do an event. The certain time
they choose gets dumped to the database. New users can see whos sign
up and what times are left. To do this I have created a page for each
moth that the program is running. I am wondering if my query is
correct.
<cfparam Make="November 2006">
<cfparam Team1="Week 1 November 3 - November 10">
<cfquery name="Recordset2" datasource="Prayer">
SELECT * FROM Signups WHERE Make = 'Variabel.Make' AND Team =
'variable.Team1'
</cfquery>
I keeping getting error messages. Should this be a cfset statement
rather than a cfparam.
any help that you can give me would be appreciated.
GiantBoaz
Giantboaz Guest
-
#39833 [NEW]: Session variables overwritten by local variables (register_globals=off)
From: sup1382 at accedo dot es Operating system: OpenBSD 3.9 PHP version: 5.2.0 PHP Bug Type: Session related Bug... -
#39447 [NEW]: Want to optionally handle apc_upload_progress variables using session variables
From: krudtaa at yahoo dot com Operating system: All PHP version: 5.2.0 PHP Bug Type: Feature/Change Request Bug... -
Global variables - application variables vs include file
What are the best methods for using global constants and variables? I've noticed that many people put all global constants in a file and include... -
Replacing code based on static variables to variable variables.
Can anyone give me some help or tips in converting this code to take 2 variables that will specify the number of Pack type lines and the number of... -
variables that change session variables
Hi, I'm currently writing a mulit-page form app that uses a session to retain data from each form element in order for the user to jump between...



Reply With Quote

