Page 1 of 1

Entity Framework return translated data from Oracle DB

Posted: Mon 18 Jun 2012 09:19
by EmilyFong
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

Re: Entity Framework return translated data from Oracle DB

Posted: Fri 22 Jun 2012 07:57
by Shalex
Please try setting "Unicode=true;" in your connection string and notify us about the results.

Re: Entity Framework return translated data from Oracle DB

Posted: Mon 25 Jun 2012 10:13
by EmilyFong
Yes, it work. Thanks!

Emily