I keep getting this error:

Cannot set default query to LESSON

A query by this name is not available at this time

The error occurred while processing an element with a general identifier of
(CFOUTPUT), occupying document position (50:2) to (50:31) in the template
file 



I can't seem to figure it out. Big brain fart today.




here is my code:

<cfloop query="lesson">

<cfquery name="#quiz_name#" datasource="#DSN#" username="#username#"
password="#password#">
        SELECT * FROM faxdata_text where lesson like '%#trim(quiz_name)#%'
</cfquery>


line 50 --> <cfoutput query="#quiz_name#">#lesson#<br></cfoutput>


</cfloop>

TIA

Shawn Regan
Applications Developer
Pacific Technology Solutions 

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to