Display no traditinoal chinese word in Direct mode

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
wingtang
Posts: 12
Joined: Wed 19 Aug 2009 01:21

Display no traditinoal chinese word in Direct mode

Post by wingtang » Tue 25 Aug 2009 02:18

We use dbExpress Oracle driver 4.40.0.16, when we use Devart Oracle Direct mode to connnect Oracle 10g DB, we can't display the traditional chinese charset, while we change to Devart Oracle mode, it is ok just like notthing happened. Is there something wrong?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Tue 25 Aug 2009 08:48

Please specify the character set of your database.

wingtang
Posts: 12
Joined: Wed 19 Aug 2009 01:21

Post by wingtang » Wed 26 Aug 2009 02:31

Plash wrote:Please specify the character set of your database.
Could you tell me what the charset should i set if we would like to show chinese charset? :(

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Thu 27 Aug 2009 08:06

You don't need to set the Charset extended driver option.

Please run the following query to learn the kind of the character set of your database:

SELECT * FROM V$NLS_PARAMETERS

Post Reply