> How do you var scope a query? I've been doing... > > <cfset var qMyQuery = ""> > > in the function then... > > <cfquery name="qMyQuery"> > ... > </cfquery> > > or rather... > > <cfprocresult name="qMyQuery".. /> >
You got it right. -RC ---------------------------------------------------------- You are subscribed to cfcdev. To unsubscribe, send an email to [EMAIL PROTECTED] with the word 'unsubscribe cfcdev' in the message of the email. CFCDev is run by CFCZone (www.cfczone.org) and supported by Mindtool, Corporation (www.mindtool.com).
