Russian Characters

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
sadecemk
Posts: 3
Joined: Fri 12 May 2006 11:23

Russian Characters

Post by sadecemk » Fri 12 May 2006 11:35

I can see the russian characters which has been hardcoded to C# but i can not see the character which returns from database (i see all characters as ????? ) Is there any way to see them?

Language: C# (.Net 2003)
Database: oracle 10g (charset=AL32UTF8)
Device OS: Windows CE 4.2 (Regional Settings =English US)
(In Windows CE 4.2 Regional Settings there is no 'Russian' option..)

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 15 May 2006 14:11

Try to set Unicone=true in OracleConnection.ConnectionString

sadecemk
Posts: 3
Joined: Fri 12 May 2006 11:23

Post by sadecemk » Mon 15 May 2006 16:40

Thank u Paul..

It's ok... But when i set Unicone=true i can not fetch more than 5 characters which returns from a procedure..

For ex: myString="123456789" (this is my OUT parameter in procedure)
myString="12345" (The shown value in C# )

I use the trial version of corelab... Is it a limiting of demo or a bug??

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 16 May 2006 11:44

I don't experience this problem. Everything is depicted alright. What version of OraDirect .NET have you installed? Please send us your test project.

Post Reply