Problem sorting fields that contain two or more languages
Posted: Fri 30 Nov 2007 09:00
I am currently using MYSQL server version 5 and myDAC version 4.40.0.21 for delphi 6 and i have this problem....
My Database table uses UTF8 with Binary collation
In a table I have a field that contains both greek and english data..
When i use the MYQuery property "IndexFieldNames" the table is not sorted out correctly (The order displayed is completely random, in other words the sorting mixes greek and english together as well as fields starting with numbers) but by using "order by" in the sql statment its correct. Any suggestions on why the IndexFieldNames property is not sorting correctly...
My Database table uses UTF8 with Binary collation
In a table I have a field that contains both greek and english data..
When i use the MYQuery property "IndexFieldNames" the table is not sorted out correctly (The order displayed is completely random, in other words the sorting mixes greek and english together as well as fields starting with numbers) but by using "order by" in the sql statment its correct. Any suggestions on why the IndexFieldNames property is not sorting correctly...