Community Member Profile
- Profile: /members/2460-Nate.htm
- Comments: 4
- Points: 33
Recent Blog Comments By Nate
-
Data Truncation: Truncated Incorrect DOUBLE Value When Updating Timestamp
Posted on Jul 4, 2010 at 7:53 PM
Hey mate, Thanks to Google and your blog I now know why I have been getting this error for the past 3 months. Now I don't have to update fields one by one like a sucker. Nate Adelaide, Australia... read more »
-
Recursive XSLT For Nested XML Nodes In ColdFusion
Posted on Nov 19, 2009 at 4:05 AM
swwweeet. i figured it was possible. tried a for-each with no luck... read more »
-
Getting Only the Date Part of a Date/Time Stamp in SQL Server
Posted on Sep 24, 2008 at 10:25 AM
Just a quick usage point... When you want to compare two dates minus their times, the halves of the above expressions that convert from int to datetime aren't necessary, so all you need is datediff(d,0,first) < datediff(d,0,second) Lovely! It's so compact I think I might... read more »
-
Ask Ben: CFTry / CFCatch Issues
Posted on Apr 10, 2008 at 1:28 PM
A CFFinally solution: <cftry> <!---- Do some work ----> <cfcatch type="any"> </cfcatch> </cftry> <!--- <cffinally> ---> <!--- Do some clean up work ---> <!--- </cffinally> ---> <cf... read more »



