This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JDBC and the fly likes how to retrieve unicode data from mysql Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "how to retrieve unicode data from mysql" Watch "how to retrieve unicode data from mysql" New topic
Author

how to retrieve unicode data from mysql

sachin gunale
Greenhorn

Joined: Jan 12, 2007
Posts: 1
hi,

The application stores data in mysql as unicode.
When I want retrieve data from mysql in unicode ,it gives some other format .

e.g. The data in the mysql is in Hindi format . when I want to retrieve data from mysql it gives some other format.

Regards,
Sachin
Scott Selikoff
Saloon Keeper

Joined: Oct 23, 2005
Posts: 3652

Have you tried reading the data as a stream? It sounds like you are trying to read raw data as a string which is getting converted to locale-specific information.


My Blog: Down Home Country Coding with Scott Selikoff
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: how to retrieve unicode data from mysql
 
Similar Threads
retrieve blob data from mysql using jsp
shoot me but answe this question
JDBC unicode conversion issue
plzzzzzzzz help me
textfield and utf-8 format