Skip to main content
Participant
November 12, 2006
Question

DW8 and Recordset collation

  • November 12, 2006
  • 1 reply
  • 322 views
Hi everyone

My problem is not new but i didn't solve it completely. When i working with PHP MySQL server model in Dreamweaver 8 i have the collation problem with results on my pages. It can be well when the adding this code after mysql_select_db() line in the pages.

the fixing code is;
mysql_query("SET NAMES 'latin5'");

well, problem was solved however the recordset is damaged in DW Bindings panel and i didn't use the drag-drop properties anymore.

I wonder that, the developer can add collation support for PHP MySQL recordsets in DW for new versions or publish a fix extension for this problem. It would be so nice, wouldnt it?

whatever i try the modify the DW's ServerBehaviors commands for this, it was worked but a mysql error appear on the Bindings panel. I changed ~Dreamweaver 8\Configuration\ServerBehaviors\PHP_MySQL\Recordset_main.edml source code for first step and i get this error message from bindings panel. Is there anyone has idea for solves of this problem. It can be very helpful for other collation needed developers :)

thanx everyone already now

This topic has been closed for replies.

1 reply

orhaanAuthor
Participant
November 12, 2006