Posts Tagged ‘ColdFusion’

Since ColdFusion 3, there have been a set of undocumented tags, most of which control functionality in the ColdFusion Administrator interface. Two of these functions, cfusion_encrypt() and cfusion_decrypt(), were used all the way through CFMX 6/6.1 for securing the Administrator password and for RDS connections. Unlike the default encrypt/decrypt functions, cfusion_encrypt() returns back [...]

Monday, March 8th, 2010 at 14:25 | 0 comments
Categories: Coding

I guess I should read the documentation for ColdFusion 8 more often.  Turns out, there is a new feature when doing database inserts.  In the CFQUERY tag, add the parameter result=”somename”.  You can now reference the data inserted into the query, as well as, a really cool new feature, the last inserted key.  Each database [...]

Thursday, June 26th, 2008 at 21:29 | 0 comments
Categories: Coding
TOP