As far as I know there is no collation that is 100% compatible with ISO 8859-2 or Am I wrong?
Our potential client puts this encoding for data storage as a formal requirement.
The unique way to solve this problem, that I see, is to use binary and varbinary data type, every time we want to use varchar or char and then convert it to varchar during data retrevieng (possible in stored procedures).
Is there any simpler solution?
Thank you in advance.
Maciej Kiewra
Maciej Kiewra