lecosson / assql

Automatically exported from code.google.com/p/assql
0 stars 0 forks source link

Problems with the encoding type of a field varchar() #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I used the first example from Examples: MySqlService Example
2. When the output data in the Datagrid a strange thing happens. These 
fields have the type "varchar()" not displayed correctly 
An example of one of the fields: output Р—РђРћ, but should be ЗАО. 
Figures in the table in Russian.
3. When I changed to a MySQL database field type "varchar()" for "text" 
data were displayed correctly.

What is the expected output? What do you see instead?
An example of one of the fields: output Р—РђРћ, but should be ЗАО. 

What version of the product are you using? On what operating system?
MySQL 5.0.45
Collation of fields for "varchar()" and "text" - cp1251_general_ci
Windows XP

Please provide any additional information below.

Original issue reported on code.google.com by eny...@gmail.com on 26 May 2009 at 8:04

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Hi.

This problem doesn't happen anymore if you install version 2.8. 

Thanks

Original comment by tiagoaja...@gmail.com on 8 Aug 2011 at 7:44