ODAC version 7.00.0.2 Delphi5 and Unicode in direct mode

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
jantoni
Posts: 7
Joined: Tue 13 Jun 2006 07:56

ODAC version 7.00.0.2 Delphi5 and Unicode in direct mode

Post by jantoni » Tue 30 Nov 2010 15:05

Hello,

we can't read NVarChar2 Fields in Delphi5.
With OCI-client everything is fine. The characters in the strings transforms into questionmarks. Exceptions are the space character - it stays as itself - and the percentage character (%) - it transforms into minus (-). This behaviour shows, even if the string contains only english or german texts.

In OraSession UseUnicode=True has been set.

Database is Oracle 10g. Nonunicode Database with NVarChar2-Fields for translation purposes:
NLSCHARSET=WE8MSWIN1252
NLS_NCHAR_CHARACTERSET=AL16UTF16

Same Problem with ODAC 6.90.0.60

It worked well with ODAC 5.80.0.38.

Hope anybody can help!

Regards

Jörg

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 30 Nov 2010 15:30

Hello,

Thank you for the information.
We have reproduced the problem.
We will notify you as soon as we have any results.

bork
Devart Team
Posts: 649
Joined: Fri 12 Mar 2010 07:55

Post by bork » Wed 01 Dec 2010 16:13

Hello

We have fixed this problem. This fix will be included in the next ODAC build.

jantoni
Posts: 7
Joined: Tue 13 Jun 2006 07:56

Quick fix?

Post by jantoni » Fri 03 Dec 2010 14:20

Hello,

do you have a quick fix, which we can use for the moment?

We have ODAC 6.90.0.56 in use or can upgrade to Version 7.00.0.2.

Regards

Jörg

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Fri 03 Dec 2010 14:38

Hello,

You should upgrade ODAC to version 7.00.0.2, and we will send you the fixed *.dcu file next week.

Post Reply