> I'm getting "Invalid Parameter Binding" on this function
> http://pastebin.com/xfh8uLVa
>
> The conf_id variable is a UUID string and if I put the value in the query
> and manually run it I get the results back.. But why am I getting this with
> cfqueryparam?

I'm not sure what database you're using, but I don't think UUID fields
are treated as generic strings. You might try using CF_SQL_IDSTAMP or
CF_SQL_CHAR(36) for the CFSQLTYPE attribute.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

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

Reply via email to