MySQL Forums
Forum List  »  Quality Assurance

Re: UTF-8 database returning null
Posted by: Nisheeth Joshi
Date: February 25, 2012 01:45AM

you might also get this problem if you are using mysql 5.5 with 6.0's jar file. It seems they have some compatibility issue.

recently I faced this problem. I was using netbeans 6.5 with mysql 5.5. My unicode data was working fine. When I upgraded netbeans to 7.1, i started getting error. some utf8... exception. Then, I found out than 6.0's jdbc bridge for some reasons is not working with utf-8 formatted data.

you problem might resolved by either of the two :)

nisheeth

Options: ReplyQuote


Subject
Views
Written By
Posted
2788
January 29, 2012 12:18PM
1208
February 09, 2012 09:08PM
1136
February 25, 2012 01:37AM
Re: UTF-8 database returning null
1437
February 25, 2012 01:45AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.