Oracle UseUnicode NCLOB Problem
Posted: 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.
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.