|
|
Archives of the TeradataForum
Message Posted: Thu, 20 Oct 2005 @ 13:17:57 GMT
Subj: | | Re: JDBC exception for double byte characters |
|
From: | | Geoffrey Rommel |
Are you using UTF-16 or UTF-8? I believe Java uses UTF-16 by default. Anyhow, the server will only accept certain Unicode characters; by my
count, there are 40,830 of these. The error you're getting (6706) means that you have sent Teradata a character that it will not load. Most likely
this is U+001A (in UTF-8, x'1A') or U+FFFD (in UTF-8, x'EFBFBD').
| |