> Am I just missing where?

What's the specific error you're getting?  Just from a glance at the
code I see you're naming the function and the query with the same name
which may be getting things confused in the code.  I'd change the name
of the query to be different from the name of the function (and scope
it in the local scope as well).  As an aside I'd adjust the query to
not use * as the select list and use cfqueryparam on the query
argument variables while you're at it.


-Justin

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-community/message.cfm/messageid:370783
Subscription: http://www.houseoffusion.com/groups/cf-community/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-community/unsubscribe.cfm

Reply via email to