hi,
I am testing SQLA-JE chinese data support. I have known that when chinese data column is unicode, this tool can retrieve unicode data with charset=UTF8.
But in china most teradata customers save chinese-data into LATIN column via ASCII session, and I have known that if we set connectionURL with CLIENT_CHARSET=cp936 we can access chinese-data column.
But I can not see normal chinese-data when I set connectionURL with addition property CLIENT_CHARSET, like this "jdbc:teradata://host/CLIENT_CHARSET=cp936".
How can I asccess chinese data(save in LATIN column) with SQLA JE?
Any suggestion?