No, that line of code simply creates a variable which contains the
result set returned from the proc.  In order to actually return that
variable, you need to use <cfreturn>

You can create infinite variables of any given type in a method, but the
one you wish to return to the caller needs to be specified by the
cfreturn tag.

~Brad

-----Original Message-----
From: Phillip Vector [mailto:[EMAIL PROTECTED] 
Sent: Monday, July 07, 2008 12:10 PM
To: CF-Talk
Subject: Re: The value returned from the CheckPassword function is not
of type query.

Doesn't the <cfprocresult name="Check"> in the cfstoredproc handle the
returning of the information? Can I safely get rid of that then?

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;203748912;27390454;j

Archive: 
http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:308671
Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to