Unicode column names

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
yeohray
Posts: 56
Joined: Mon 26 Mar 2007 01:25

Unicode column names

Post by yeohray » Mon 07 May 2007 14:53

If a column has a unicode name, is there a way to retrieve the unicode name of that column? Thanks.

Ray Mond

Jackson
Posts: 512
Joined: Thu 26 Jan 2006 10:06

Post by Jackson » Tue 08 May 2007 08:15

Unfortunately SDAC doesn't support such functionality as its main components are descendants of the TDataSet class which has no complete Unicode support.
We have in plans to support this functionality in next versions of SDAC.

Post Reply