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

DW8 and Recordset collation

New Here ,
Nov 12, 2006 Nov 12, 2006
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

TOPICS
Server side applications
323
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 ,
Nov 12, 2006 Nov 12, 2006
LATEST
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