Yes, there are. You should check the change notes on Adobe. And, from my experience, specifically, there are problems with dbvarname attribute in cfstoredproc calls. If you are using dbvarname, it must be included on all cfprocparam arguments to the cfstoredproc call. AND, the value must exactly match the actual procedure parameter name accurately. The real pisser on this is that dbvarname does not work. They pulled it from the release at the last minute. Unfortunately, the error-handling for it did not get pulled. When we migrated, we simply removed dbvarname from all of our cfstoredproc calls.
There are also a couple of functions that must not have a function call as its first parameter. Can't remember exactly what function they were, but it was listed in the known-issues change notes found on Adobe's website. Cheers, Kris > Are there any specific concerns related to the CF CODE while migrating from > CF7 to CF8. > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive: http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:318681 Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

