Unsupported character encoding exception

Hi all,I try to connect to db2 and retrive the values from database. But it gives the exception as Unsupported Character encoding for resultset column. What does this mean. I am using java1.5.0_11.Expecting a help at the earliest.Thanks in advance.
[276 byte] By [minu_rena] at [2007-11-27 9:15:30]
# 1

It means the driver can not read/write the data in the database because the encoding for the database is not defined/known.

This typically means that you need to look at the documentation for the driver and determine how to set the connection string so it knows what encoding to use. That of course requires that you know what encoding the database is using in the first place.

jschella at 2007-7-12 22:04:38 > top of Java-index,Database Connectivity,Java Database Connectivity (JDBC)...