Oracle UseUnicode NCLOB Problem

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
wbjsoft
Posts: 24
Joined: Tue 08 Aug 2006 00:38

Oracle UseUnicode NCLOB Problem

Post by wbjsoft » Thu 27 Sep 2018 06:34

I use unidac with delphi - datasnap
MariaDB , SQL Server is OK.
but unicode character is broken in Oracle NCLOB column.
it's OK Oracle NVARCHAR

Test is stored T (I think It is char length problem)
한글 is \??

what's the problem?

DelphiXE2 - Unidac 7.1.4 - Oracle 11gXE - NLS_LANGUAGE=KOREAN , NLS_CHARACTERSET=AL32UTF8 , NLS_NCHAR_CHARACTERSET=AL16UTF16

UniConnection Options
UseUnicode=True
charset=<EMPTY>
direct=true

UniQuery Options
TemporaryLobUpdate=False

thank you in advance.

MaximG
Devart Team
Posts: 1822
Joined: Mon 06 Jul 2015 11:34

Re: Oracle UseUnicode NCLOB Problem

Post by MaximG » Mon 01 Oct 2018 11:12

To investigate the issue, please provide us a small code sample, execution of which causes the issue

Post Reply