Community Member Profile
- Profile: /members/8314-MarkG.htm
- Comments: 3
- Points: 31
Recent Blog Comments By MarkG
-
Change In ColdFusion Date::getTime() Method In ColdFusion 10
Posted on Oct 1, 2012 at 6:46 PM
I only have coldfusion 8 and 9 on this computer so cant test at moment but I believe this has more to do with a change on how coldfusion store time then with a change with the gettime() function. What I mean is in coldfusion 9 and earlier the time zone of the data is not part of the data... read more »
-
Running ColdFusion Queries Inside CFSript Tags
Posted on May 12, 2011 at 6:07 PM
Blah ignore my last post. Completely forgot that actually a user made function and not part of ColdFusion language. That what I get for trying to think after work.... read more »
-
Running ColdFusion Queries Inside CFSript Tags
Posted on May 12, 2011 at 5:33 PM
A few years late but cfquery has been supported in script tags since coldfusion 7 at the latest. Where I work we still stuck using coldfusion 7. The format is <cfscript> SQL_STRING = "SELECT " & "id, " & "name, " & &... read more »



