Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Upgrading From Cold Fusion 5 to Cold Fusion 7

New Here ,
Oct 16, 2008 Oct 16, 2008
Can somebody provide me with all the steps required to upgrade from cold fusion 5 to cold fusion 7 including the issues that need to be faced during this process.
TOPICS
Advanced techniques
1.6K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 17, 2008 Oct 17, 2008
updating what?
an application? a simple website? a server?


Michael Evangelista, Evangelista Design
Web : www.mredesign.com Blog : www.miuaiga.com
Developer Newsgroups: news://forums.mredesign.com

sachin_td wrote:
> Can somebody provide me with all the steps required to upgrade from cold fusion 5 to cold fusion 7 including the issues that need to be faced during this process.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 17, 2008 Oct 17, 2008
Earlier we were using cold fusion 5 on our servers, now we need to upgrade to cold fusion 7.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 17, 2008 Oct 17, 2008
gotcha.
afaik everything should carry over... but I'm no expert on CF5,
hopefully you get a real answer from someone who actually knows.


Michael Evangelista, Evangelista Design
Web : www.mredesign.com Blog : www.miuaiga.com
Developer Newsgroups: news://forums.mredesign.com

sachin_td wrote:
> Earlier we were using cold fusion 5 on our servers, now we need to upgrade to cold fusion 7.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Oct 17, 2008 Oct 17, 2008
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Advisor ,
Oct 17, 2008 Oct 17, 2008
Be aware that the underlying CF technology was moved from a C++ codebase in CF5 to a Java codebase in CF6+.

Changes from ODBC in CF5 to JDBC in CF6+
* connection strings cannot be set as an attribute of cfquery
* named parameters cannot be used calling stored procedures with cfstoredproc, the dbvarname parameter of cfprocparam is obsolete.

COM support in Windows
Since Java is now the underlying technology COM support is not as reliable as in C++ based versions of CF.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Oct 20, 2008 Oct 20, 2008
LATEST
Thanks for the link.

I will be looking forward for your support once i start this upgrading process
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
Oct 18, 2008 Oct 18, 2008
I migrated from CF5 to CF8. It was a pain in the butt and I'm still updating code and settings. The most important thing is the fact that CFMX (ver 6+) is Java and CF5 is C++ based. We had BIG problems with Visual FoxPro ODBC datasources since CF8 doesn't use the Windows ODBC drivers and CF8 doesn't have VFP drivers. I had to use a third party driver which doesn't support some native VFP functions.

Good luck and may the force be with you.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Oct 19, 2008 Oct 19, 2008
sachin_td wrote:
> Can somebody provide me with all the steps required to upgrade from cold
> fusion 5 to cold fusion 7 including the issues that need to be faced during
> this process.

did your cf5 app use unicode? if so, prepare to spend some time migrating. cf5
didn't care about encoding, cf6 & above does.
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources