10 Feb
Posted by: Brandon Harper in: ColdFusion
Though I’m still working on some code which uses the new CFML Asynchronous Gateway as part of the Event Gateways in the newly released ColdFusion MX 7.0, I thought I’d post a couple of things I’ve came across to be aware of.
When using the Developer edition of CFMX 7.0, the Gateway functionality is limited. [...]
07 Feb
Posted by: Brandon Harper in: ColdFusion
A day that many of us have been waiting for– the official release of ColdFusion MX 7. There is also a CFMX 7 Tech Day happening on February 23 for those of you like me who are local to the Denver, CO area.
Finally I can stop saying “yeah, it should be out pretty [...]
02 Feb
Posted by: Brandon Harper in: ColdFusion, Culture, Tips, Hacks, & Tricks
Something I looked-up just to confirm what I already knew– there isn’t a way to automagically get the value of a GUID after inserting into SQL Server by using something similar to SELECT @@identity as you would with normal identity column. Instead you can do this:
Now, unlike an IDENTITY column, a uniqueidentifier column doesn’t [...]