ODAC New Build wrong in the CharSet (Direct Mode)

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
bahry
Posts: 18
Joined: Wed 04 Jun 2008 13:12

ODAC New Build wrong in the CharSet (Direct Mode)

Post by bahry » Sat 14 Jun 2008 13:37

Hi,
in the new build of ODAC we have to define the CharSet of the orasession
otherwise the non english Characters will appear question marks'?'
in the previous version even if we keep charSet null it will appear normally

Regards

Challenger
Devart Team
Posts: 925
Joined: Thu 17 Nov 2005 10:53

Post by Challenger » Tue 17 Jun 2008 09:01

In the latest build of ODAC we have added ability to use Windows charset in the Direct mode when the Charset property is not set. So if your Windows charset does not correspond to the database one you should specify it explicitly.

Post Reply