Proper Unicode Support

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

Proper Unicode Support

Post by orcltoolbox » Tue 05 Jul 2005 11:52

Hi,

i wonder if your ODAC library ever gonna have full unicode support? Creating an UTF-16 environment OCI context (using the OCIEnvNlsCreate function).

At the moment only fields/parameters can be passed/retrieved as widestrings, but sql's cannot be submitted as widestrings. This means for example that i cannot create stored procedures with unicode text in it. ... and even simple select statements with hardcoded strings in it would need to be parsed and replaced with bind variables if they contain unicode strings.

Regards,
Stefan

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

Post by Alex » Thu 07 Jul 2005 14:33

We are planning to implement such feature in ODAC but not in the nearest time.

Guest

Post by Guest » Sun 24 Jul 2005 04:42

i guess i am another half year away from having my product released, by then i will need this functionality.

Please let me know if you would like to work together on that or need any help/testers. I would prefer you guys making the changes as you know your library the best, but i have no problem also putting some work on my own into it .. (which reminds me that i should upgrade to the sourcecode version for that)

Cheers,
Stefan

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

Post by Alex » Wed 27 Jul 2005 11:28

We are planing to investigate possibility of such feature implementation in the nearest time. I can't provide any defined date or build number.

nschmied
Posts: 72
Joined: Mon 09 May 2005 08:03
Location: Suisse

Post by nschmied » Tue 30 Aug 2005 11:23

Hello,

I'm to interesting to this function. Have you a defined date for intergration ?

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

Post by Alex » Wed 31 Aug 2005 07:01

I can't tell you the exact date or ODAC release when we will support such functionality. We have tasks with higher priority to do, once we complete them we will start implementing the feature you request.

katabuki
Posts: 4
Joined: Sun 25 Dec 2005 08:39

Post by katabuki » Tue 25 Apr 2006 12:29

Any news on this issue?

Post Reply