OraDirect.NET can not use Big-5 character set

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Liao Thung Sheng

OraDirect.NET can not use Big-5 character set

Post by Liao Thung Sheng » Fri 05 Nov 2004 02:07

Command1.CommandText =
" select * from Customer where custname = '³¯§Ó©ú' "

always get error, but

Command1.CommandText =
" select * from Customer where custname = 'ABC' "

this sql it's ok.

:x

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: OraDirect.NET can not use Big-5 character set

Post by Oleg » Fri 05 Nov 2004 15:32

You can settle this problem by setting OracleConnection.Unicode property.
This option works if you have installed Oracle Client version 9.2. or higher.

Guest

Re: OraDirect.NET can not use Big-5 character set

Post by Guest » Tue 07 Dec 2004 05:19

Oleg wrote:You can settle this problem by setting OracleConnection.Unicode property.
This option works if you have installed Oracle Client version 9.2. or higher.
Our Oracle Server is 8.1.7.

I'm tested with VS.NET 2003 built in Oracle.NET data Provider, has no problem, only your OraDirect.NET can't not use Big-5 character set.

Post Reply