Tim
Member since Feb 11, 2011
- Profile: /members/7782-tim.htm
- Comments: 3
Recent Blog Comments By Tim
-
JsonSerializer.cfc - A Data Serialization Utility For ColdFusion
Posted on Nov 20, 2014 at 12:24 PM
Wonderful!! Your JsonSerializer.cfc saved the day. Had issues with serializeJSON of a dynamically built structure including key values with an array of more structures. Notably I'm using CF 11 which had advancements to serializeJSON; however still had issues with missing double quotes around stri... read more »
-
The Content Of This Document Process Takes More Than 60000 Milliseconds To Process
Posted on Oct 17, 2013 at 3:18 PM
I realize this is an old thread; however I had an application running in production with no problems for over two years... all of a sudden daily errors seem to be coming from cfdocument. (See stack trace below) 2 page pdf - no images - no links - no included files (css). Any thoughts? coldfusion.do... read more »
-
ColdFusion / SQL Error: Invalid Precision Value
Posted on Feb 11, 2011 at 9:47 AM
I have recently had the same error with a SQL Server "text" field/column. cfsqltype of cf_sql_text and cf_sql_varchar gave errors when the value was over a specific length... cf_sql_longvarchar seems to do the trick. Realizing this is a dated post - but still useful.... read more »