2 Replies Latest reply on Dec 11, 2001 8:43 PM by alex.lee

    Problem about CMP chinese encoding!!!

    alex.lee

      Dear All:
      I use the jboss+tomcat+mysql, and the mysql Driver is org.mm.mysql.Driver. When use the BMP, the value inserted into the database is chinese, but using the CMP, the value isn't chinese.
      I debug the program, find that the values in ejbCreate() method are right(display chinese), but stored in database those changed "???" or other strange character. When I change the database to MS SQL Server, all these are correct.
      I think it maybe because of the mysql's driver problem or mysql.
      Anyone can give me an hand?