MyDeveloper Studio. cp1251 inside stored procedures.

Discussion of open issues, suggestions and bugs regarding database management and administration tools for MySQL
Post Reply
GerholdtSchnaps
Posts: 7
Joined: Mon 16 Jul 2007 05:54
Location: Moscow, Russia
Contact:

MyDeveloper Studio. cp1251 inside stored procedures.

Post by GerholdtSchnaps » Mon 17 Dec 2007 18:00

Hello!
I'm using MyDeveloper Studio 2.0.48.1 (Russian Edition) and found a problem with stored procedures and cp1251

Setup I.
MySQL Server 5.0.45
information_schema: utf8
mysql database: cp1251
myDatabase: cp1251
use unicode: false
Problem:
I can't read/write cp1251(cyrillic) text - all chars are `?`, but I can load/edit/compile stored procedures using russian chars (comments and constant values) without any troubles.

Setup II.
MySQL Server 5.0.45
information_schema: utf8
mysql database: cp1251
myDatabase: cp1251
use unicode: true
Problem:
I can read/write cp1251 texts everywhere, but stored procedures. All russian chars inside SP body becomes in "Приходи к нам в гости" (achtung text) after compilation (1 russian char >> 2 achtung chars). "Achtung text" appears only in mysql>proc>body column. In information_schema>routines>routine_definition SP text is OK.

I can use only SetupI or SetupII because of hoster's MySQL server options.


And one more thing: is it possible to inplace shortcuts on database objects in project folders?

P.S. MDS - The Best MySQL IDE. Simple is genius.

Excuse me my nightmare english ;)

Duke
Devart Team
Posts: 476
Joined: Fri 29 Oct 2004 09:25

Post by Duke » Tue 18 Dec 2007 07:08

We fixed similar problem few months ago. Please, download the recent version of MyDeveloper Studio. Notify us if the problem persists.

Post Reply