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 Java in General and the fly likes Help needed for Inserting chinese character in DB(Oracle) 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 » Java » Java in General
Reply locked New topic
Author

Help needed for Inserting chinese character in DB(Oracle)

sridhar Ranganathan
Greenhorn

Joined: Feb 06, 2008
Posts: 29
Hi,
I have already posted the query for inserting the chinese character into DB(Oracle).
No body replied me....If any one knows about my doubt ..please help me.

<CODE>
preparedStatement.setObject(i, "邮箱大小为");
preparedStatement.execute();
</CODE>
datatype as Nvarchar, after executed this query,iam getting ??? in DB.
So i need to store in DB chinese character (邮箱大小为 only .PLease help me.
Thanks,
Sridhar.R
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

I see that Nitesh Kant had given you a reply, after I moved your thread to JDBC. Please continue in that thread.

I'll close this one.


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Help needed for Inserting chinese character in DB(Oracle)
 
Similar Threads
Displaying Chinese data in html
chinese characters in portal page
A question about jsp+javabean.
Loading Chinese characters into Oracle
Need to store the Chinese character in the Java String variable from the ResultSet