Hi!
Compare the ASCII values you get from characters with mine (you have a
table in my last email)
They do not correspond, so you have done something wrong when
inserting the data!
This means that you have not used the windows character set (latin1) when
inserting your data!
I have tested this with admndemo.exe on NT against a mysqld server
started with --default-character-set=latin5 and it worked perfectly
for me.
Sorry, but there is noting else I can do to help you with this :(
Reagrds,
Monty
"Murat" == Murat KARABEK <mur...@mikrobeta.com.tr> writes:
Murat> and me again :)
Murat> hi,
Yours:
Murat> | s | s | 254 |
Mine:
Murat> | s | 115 | S | 83 |