Scott Jibben
Member since May 13, 2009
- Profile: /members/3397-scott-jibben.htm
- URL: http://www.jibben.com
- Comments: 2
Recent Blog Comments By Scott Jibben
-
ColdFusion 8.0.1 Bug Coldfusion.Image.ImageWriter $ ImageWritingException
Posted on Aug 6, 2009 at 3:42 AM
The cumulative hot fix 2 for CF 8.01 includes this hotfix and a pile of other fixes. http://kb2.adobe.com/cps/403/kb403781.html You will also want the hotfix that fixes a vulnerability in FCKEditor (it is not included in the patch above). http://www.adobe.com/support/security/bulletins/apsb09-... read more »
-
Parsing CSV Values In To A ColdFusion Query
Posted on May 13, 2009 at 1:37 AM
Thanks for this Ben, it has been very useful. I recently ran into a bug with my code that was using this function. As I looked through this code and mine, I noticed this line of code: <cfset QueryAddColumn( LOCAL.Query, "COLUMN_#LOCAL.FieldIndex#", "CF_SQL_VARCHAR", LOCAL.EmptyArray ) /&g... read more »