Adobe ColdFusion 8 has officially been released.
Check it out here
Here is the official press release.
Enjoy CF 8.
Blog to discuss about ColdFusion 8
If you are using a database table with an identity (auto-increment) field, ColdFusion 8 can automatically return the newly created field value for you, without needing a trigger or a subsequent <CFQUERY>. All you need to do is look in the <CFQUERY> optional RESULT structure, and if available the value will just be there. This feature is very DBMS and driver specific (and unfortunately does not seem to be supported by Apache Derby), and the name of the structure member containing the generated value is different based on the DBMS being used. Here are the ones you should be aware of:
Very nice indeed!
===============================
http://www.forta.com/blog/index.cfm/2007/7/6/ColdFusion-8-Can-Return-Identity-Values
In case you were wondering, the official ColdFusion 8 release date is not July 31st, 2007.
Are you aware of all the changes that have been made in the CF Admin as of CF8?
Here is a detailed list posted
A really useful list of changes between the Administrator apps in CFMX7 and CF8.