utf-8
Posted by: odelya glick
Date: July 14, 2009 10:51AM

I am trying to insert data in utf-8 encoding (Hebrew) into the database

but in the log file i see:
DEBUG [http-12091-Processor24] - Created connection 27901603.
DEBUG [http-12091-Processor24] - {conn-100000} Connection
DEBUG [http-12091-Processor24] - {pstm-100001} PreparedStatement: SELECT * FROM users WHERE NAME = ? AND PASSWORD = ?
DEBUG [http-12091-Processor24] - {pstm-100001} Parameters: [×ž× ×”×œ, ×ž× ×”×œ×™×œ×§×•×˜] DEBUG [http-12091-Processor24] - {pstm-100001} Types: [java.lang.String, java.lang.String] DEBUG [http-12091-Processor24] - {rset-100002} ResultSet DEBUG [http-12091-Processor24] - Returned connection 27901603 to pool.

Which means that I receive rubbish.

What can I do to handle it?

Options: ReplyQuote


Subject
Views
Written By
Posted
utf-8
3433
July 14, 2009 10:51AM
1886
July 15, 2009 08:41PM


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.