| Author |
Arabic Character Problem
|
Ramachandran Sreejith
Greenhorn
Joined: Aug 09, 2008
Posts: 9
|
|
Hi
I have a problem with MySQL5.0, I am inserting arabic values to a table using Callable Statement ,but I am getting the following error
java.sql.SQLException: Incorrect string value: '\xD8\xB4\xD8\xA7\xD8\xB1...'
I have specified the Table & column chatacter set as utf8, I am able to insert the same arabic character using Prepared Statement
Please help..
Thanks
Sreejith Ramachandran
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
You can use bytes/streams instead of strings when encoding's involved.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: Arabic Character Problem
|
|
|