I have a problem accessing a database (SQL 7.0) containing unicode data. When I connect to the database using Access 2000 on Windows 2000, I can read and write data in more than one language(English, Armenian, Arabic, etc.). When I try my MFC application, which is built for Unicode, I can’t see anything other than the English characters. All other characters are shown as question marks. I’m simply reading data from a table and writing it to another table with the same structure using a CRecordset derived class. I wrote the same application but without using MFC by calling ODBC functions directly. It just went perfect so I’m sure that the problem is in MFC.
Your help is highly appreciated.