Subject IS)8859_1 vs UNICODE_FSS
Author Dixon Epperson
I have an oder database (the server is 2.1.1.17910) that was designed in ISO8859_1. For this mobile app I'm working on, I need to use a client with Charset = Unicode_FSS.

Do I need to convert the database to a Unicode charset? If so, How?

So far, all the select statements have been returned accurately. But I haven't tried to call any stored procedures to write data. Is it possible a Unicode client will be compatible with ISO8859?

E. D. Epperson