Cheers :O) -----Original Message----- From: Raymond Camden [mailto:[EMAIL PROTECTED] Sent: 28 July 2003 11:12 To: [EMAIL PROTECTED] Subject: RE: [CFCDev] CFC basics
> 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). ---------------------------------------------------------- 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).
