i'm using delphi 2009 to write an app that uses an Access database.
i noticed that MS Access' ORDER BY seems to be sorting international character sets like AnsiCompareText whereas throughout my app, i'm using SysUtils.CompareText( ).
Access' (Jet's) ORDER BY results (delphi AnsiCompareText( ) is the same)
Nørmork
Öster
RAM
delphi CompareText( )
Nørmork
RAM
Öster
which is the correct call i should be using for a comparison?
note: i am using USA English as my locale.
sorry, i don't know so much about this. there are many web sites that discuss related topics at length but i haven't seen a discussion about which is most appropriate.
thank you!