Results 1 to 2 of 2
- 10-02-2009, 10:58 AM #1
Member
- Join Date
- Oct 2009
- Posts
- 1
- Rep Power
- 0
how can we insert multibyte characters with java ?
Hi,
I use oracle and java to persist multibyte caharacters: the problem is when we try to insert a String composed of multibyte characters, this String isn't well retrieved by oracle: for example if we insert "BEGIN みずEND", the inserted String is moved to "BEGIN¿¿END" :confused:.
it seems that the problem is caused by oracle driver ! is there a mechanism to save multibyte characters ?
thanks ;)
--Bilel
- 10-11-2009, 10:33 AM #2
Member
- Join Date
- Sep 2009
- Posts
- 37
- Rep Power
- 0
Hi, bilelk.
In my opinion, you can use UTF-8 (UCS Transformation Format 8) to solve your problem.
Regards,
raqman.RAQ Report: free Java reporting tool.
Similar Threads
-
insert java code to SQL
By rashidzamani in forum JDBCReplies: 3Last Post: 08-18-2009, 01:07 PM -
How to insert large data into database using one insert query
By sandeepsai39 in forum New To JavaReplies: 3Last Post: 02-28-2009, 09:17 AM -
Multibyte character display in RAD
By java08 in forum Other IDEsReplies: 0Last Post: 01-31-2009, 03:36 PM -
Excel Multibyte JDBC Driver / Very Urgent Requirement
By phanindar in forum Advanced JavaReplies: 0Last Post: 11-17-2008, 11:46 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks