1 Reply Latest reply on Mar 29, 2008 12:02 PM by pmuir

    Russian symbols on DB

    lockdog

      Seam 1.2


      JBOSS 4.0.5 (DB is HSQLDB in JBOSS)




      If i work with russian symbols in DB in application, then all OK.


      But when i import records with russian symbols to DB (from import-dev.sql):
       


      INSERT INTO BOOK VALUES(2,'\u005cu042d\u005cu0434\u005cu0432\u005cu0430\u005cu0440\u005cu0434\u005cu0441 \u005cu0414\u005cu0435\u005cu043c\u005cu0438\u005cu043d\u005cu0433',370,2007,'2008-03-25 17:28:47.748000000','\u0421\u0438\u0441\u044c\u043a\u0438',12) 
       




      Where


      2d\u005cu0434\u005cu0432\u0



      is russian symbols.

      And i can't correct read them from DB.
      I see


      2d\u005cu0434\u005cu0432\u0



      but not russian symbols.
      How i can solve this problem, and how i can store records in russian symbols?