Unicode data in TCRDBGrid

Discussion of open issues, suggestions and bugs regarding ODAC (Oracle Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Yevgeny

Unicode data in TCRDBGrid

Post by Yevgeny » Sun 06 Feb 2005 17:44

Hi,

We're working with Delphi 7 and ODAC 5.10.4.13 (Oracle 9.2).

We need to represent data in Japanese fetched from the database in TCRDBGrid. Column captions should be also in Japanese. Data is loaded first to a TVirtualTable component that the grid is connected to via a TDataSourse component. Coulmn captions are taken from a resourse file {$R .RES}.

Is it possible?
If yes, which properties should we set?
If no, is Unicode support in TCRDBGrid expected in the near future?

Thanks,
Yevgeny

Alex
Posts: 655
Joined: Mon 08 Nov 2004 08:39

Post by Alex » Mon 07 Feb 2005 08:41

As long as TCRDBGrid inherited from TDBGrid there is no Unicode support, we are going to support such feature but not in the nearest time. As a decision of your problem we can suggest you to setup your Windows default code page to Japanese.

Post Reply