cp1250
Posted by: Grzegorz Dyna
Date: April 27, 2010 02:19PM

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

Options: ReplyQuote


Subject
Views
Written By
Posted
cp1250
4233
April 27, 2010 02:19PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.