List:MySQL and PHP« Previous MessageNext Message »
From: Date:January 1 1970 12:00am
Subject:Question
Date: Tue, 27 Apr 2010 21:32:41 +0200
View as plain text  
Can you tell me right way to get answer to the problem described below :

 

 

 

In my commercial application  there is no proper order of records according
to Polish national signs.

 

Sample instruction I use:

 

$zna = mysql_query("SET NAMES 'cp1250'  COLLATE 'cp1250_general_ci' ");

 

 

 

$result = mysql_query("SELECT * FROM region order by nazwa_reg  COLLATE
cp1250_general_ci");

 

My application wroks on :

 

phpMyAdmin - 2.11.3deb1ubuntu1.3

      Wersja klienta MySQL: 5.0.51a

 

Regards,

Grzegorz Dyna

 

 


Thread
QuestionUnknown Sender27 Apr