Stephanie
Member since Jul 24, 2009
- Profile: /members/3925-stephanie.htm
- Comments: 2
Recent Blog Comments By Stephanie
-
ColdFusion CFQueryParam Varchar-List Puts In Single Quotes For You
Posted on Aug 14, 2009 at 3:27 PM
Hm, When I do this in my query: Flag = <cfqueryparam value="#arguments.bean.getFlag()#" <cfsqltype="cf_sql_bit"> and then dump the query, It shows that FLAG = "TRUE". So it does not appear that it is casting the boolean to a bit.... read more »
-
ColdFusion Query Error: Value Can Not Be Converted To Requested Type
Posted on Jul 24, 2009 at 7:30 PM
Yup. Your post saved me time! Everything was working fine then WHAT Happened??? Lucky for me I didn't change too much (except for that deleted column). Narrowed down my problem to the CFQUERYPARAM usage and then googled the error. Thank you!... read more »