I have database with Collation Arabic_CI_AS
when I have windows with English settings I can do
select Column from Table where Column= 'A'
and can do
select column from table where column= 'A'
I mean the naming is not case sensitive
In Turkish windows
if any of the names not as named in the DB it raise error in my windows application
I mean that in Turkish windows the names must be case sensitive
any idea to explain that and how to solve it such that I don't face it again in any language settings
