Archive for October, 2009

32-bit Coldfusion with IIS on 64-bit Windows

Thursday, October 22nd, 2009 by KA

Many of you might have faced the following error while running any version of Coldfusion previous than CF Enterprice 8.0.1 update. Coldfusion Enterprise 8.0.1 Update was released later by Adobe and that felt good with the IIS on 64bit Windows(Vista and now with Windows 7 - 64bit). but the Coldfusion ...

Database Transactions in Coldfusion MX

Thursday, October 22nd, 2009 by KA

Following article as written by Simon Horwith at (http://www.adobe.com) Many developers choose ColdFusion for web application development because it is easy to use and because CFML minimizes the complexity of common application coding activities. This allows developers to spend more time working on the more complex functionality in their applications. One ...

CFLOCK Confusions and to be used in Correct Way

Thursday, October 22nd, 2009 by KA

Following article was delivered by Simon Horwith at (http://www.horwith.com) It's recently come to my attention that a lot of us ColdFusion Developers, including those who think they understand CFLOCK, don't fully understand or appreciate how the CFLOCK tag actually works and when it should be used, so I thought I'd explain... ...