on 2019 Aug 16 6:14 AM
We are using Sql-Anywhere 10 DB with no case sensitivity select db_property('CaseSensitive') -> OFF
select db_property('charset') -> UTF-8
The database is case sensitive for English letters, but for German special letters (Ö, Ä, Ü) is not case senstivie.
Is there any explanation for that?
Request clarification before answering.
What collation are you using? If you are not using UCA, case-sensitivity only works for single-byte characters which, for UTF-8, is only ASCII.
-john.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
To change the collation, you have to rebuild the database. However, you can do different comparisons (i.e. using different collations and properties) via the COMPARE function, cf. that FAQ.
User | Count |
---|---|
53 | |
6 | |
6 | |
5 | |
5 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.