Hi,
I have created a database on DB2 8.1 and 8.2 for Windows using the
codeset "Big5" with the command:
db2 CREATE DATABASE TWBIG5 USING CODESET BIG5 TERRITORY TW
When I try to connect to the database using the DB2 Universal Type 4
JDBC drivers v2.6 I get an error:
"com.ibm.db2.jcc.b.DisconnectException: encoding not supported!!
DB2ConnectionCorrelator: GA050318.GD66.060104020919". I can create and
connect to a UTF-8 database, but there is a database which is in
production with the Big5 codeset, so I can't recreate that one. I've
tried connecting using all the Java 1.4.2_x and 1.5.0_x builds and
still can't connect.
Would anyone have any ideas on how to fix this or get around the
problem? or if the driver actually doesn't support connecting to Big5?
-Niels