Hi,
In Oracle database (NLS_NCHAR_CHARACTERSET is UTF8), I stored a simplified chinese word in a NVARCHAR2 field. When selecting the field using the EF, the return data is automatically changed to traditional chinese. The Davert.Data.Oracle version is 6.80.350.0.
Is there anything that might have been set incorrectly causing this? Any help is appreciated.
Emily
Entity Framework return translated data from Oracle DB
Re: Entity Framework return translated data from Oracle DB
Please try setting "Unicode=true;" in your connection string and notify us about the results.
Re: Entity Framework return translated data from Oracle DB
Yes, it work. Thanks!
Emily
Emily