Strange Problems with Unicode

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
msX
Posts: 7
Joined: Mon 02 Jun 2008 15:06

Strange Problems with Unicode

Post by msX » Mon 17 Nov 2008 17:47

Hi,

our database uses US7ASCII / ALUTF16

I have a column that is NVARCHAR2

When I connect with 4.75 Pro in Direct=false and Unicode=true, UTF16 is used for that column -> OK

When I connect with 4.75 Pro in Direct=true and Unicode=false or true, US7ASCII is used (all characters are converted to ASCII) -> not OK

When I connect with 4.75 Pro in Direct=false or true and Unicode=false or true, via ADO.NET Entity Framework, US7ASCII is used (all characters are converted to ASCII) -> not OK

Can you help? Thank you

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 20 Nov 2008 13:33

Thank you for the report. We have reproduced the problem and now we are investigating it. You will be notified on results.

Post Reply