|
|
Archives of the TeradataForum
Message Posted: Mon, 11 Jul 2005 @ 13:07:40 GMT
Subj: | | Re: Teradata JDBC-Unicode Driver Problem |
|
From: | | Geoffrey Rommel |
| I am not able to insert the same data through my Java Program, using JDBC type 4 driver, with below Connection URL string: | |
| jdbc:teradata://10.82.12.4/Test_JP/CHARSET=UTF16","tdatauser","pass123" | |
Check the manual for your version of the JDBC driver to see whether it supports charset UTF16. The V2R5 version probably doesn't; you will have
to use UTF8 instead.
| |