il: nr000...@ed.ritsumei.ac.jp
> Mobile : 81-(0)90-3976 2246 URL : http://www.ritsumei.jp
> ===========
>
>
--
View this message in context:
http://old.nabble.com/unicode-character-is-in-wrong-for
Nguyen,
On 12/13/2009 11:04 PM, Nguyen Xuan Son wrote:
dear all
im using PreparedStatement.setNString(int, String)
to insert the japanese characters into my MySQL database
but the result is all in "?" characters
PreparedStatement pstmt = conn.prepareStatement(sql5);
pstmt.setNString(3,
here is the detail of the error's message
java.lang.reflect.InvocationTargetException
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
java.lang.reflect.Method.invo
dear all
im using PreparedStatement.setNString(int, String)
to insert the japanese characters into my MySQL database
but the result is all in "?" characters
PreparedStatement pstmt = conn.prepareStatement(sql5);
pstmt.setNString(3, item.getTitle());
rs = pstmt.executeUpdate();
do you have
dear all
im using PreparedStatement.setNString(int, String)
to insert the japanese characters into my MySQL database
but the result is all in "?" characters
PreparedStatement pstmt = conn.prepareStatement(sql5);
pstmt.setNString(3, item.getTitle());
rs = pstmt.executeUpdate();
do you have
5 matches
Mail list logo