Skip to main content
Participant
November 17, 2010
Question

Command - insert / delete not showing variables from older version.

  • November 17, 2010
  • 1 reply
  • 357 views

Hi Guys,

I have reopened a file(s) created in CS3 and DW8 where I used the command function to create my own inserts, deletes..++.. When I go to reopen the same pages in CS4 or CS5 the command name I created appears but when I open the command all the SQL has disappeared along with the variables and run time values, the database items at the bottom of the pages are still visible. If I dont save and reopen back in older version all the variables + are visible. I dont want to recreate all these functions again I just want to amend, in a newer version. I was hoping CS5 would have resolved this prob.

Can you advise if I need to click a refresh button someplace or throw a 6 to start.

Regards

This topic has been closed for replies.

1 reply

David_Powers
Inspiring
November 18, 2010

Code from CS3 should be OK, but code created by the original version of Dreamweaver 8 is different (unless you applied the Dreamweaver 8.0.2 updater and PHP hotfix). The safest approach is to copy the SQL query in Code view, and then rebuild the server behavior.

The reason for the change was to eliminate the danger of SQL injection. The older version of the code was insecure.