The reason for getting a Hexadecimal output is that your Database is storing data as unicode string. So you will have to handle the String you are getting as a unicode string and you will get the write String output. And make sure what is the database default UTF-8 or UTF-16. One important thing which you will have to do for this is that instead of casting the results into a String[] cast them to Object[] and then cast it appropriately as a unicode string.
*********************** enJoy Life with Technology *********************** pirbhu ;-) "Convince, Confuse, Corrupt" Prabhakar Goel JIL Information Technology Ltd. =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff EJB-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
