I'm studying the Fusebox methodology and am a bit confuse as
to why the # signs are necessary.  In the example provide at
fusebox.org, for example, where the DSN is set in the
app_globals, I  get a diagnostic error stating the odbc
source can't be located. If  I follow the example:

<cfquery datasource="#attributes.DSN#" name"validateUser">
  Select firstName, lastName, userID,userLevel From Users
where userName='#attributes.userName#' and
password='#attributes.password#' </cfquery>


If  I remove the # signs the code runs smoothly.  Please
explain.

Lisa

------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to