This is your problem ... why are you pulling it out as a String? Read the API please ... java.sql.ResultSet ... and use the appropriate method.
while (resultSet.next()){
// byte[] bytearray = resultSet.getString(1).getBytes());
}
____________________________________________________
To change your JDJList options, please visit:
http://www.sys-con.com/java/list.cfm
Be respectful! Clean up your posts before replying
____________________________________________________
