File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes JDBC querying Chinese text Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "JDBC querying Chinese text" Watch "JDBC querying Chinese text" New topic
Author

JDBC querying Chinese text

jeff lau
Greenhorn

Joined: Feb 28, 2002
Posts: 3
Hello,
Specs
=========
JDK 1.3.1
Oracle 8 w/ Big5 encoding
used both thin driver and thick driver
I am trying to query from a column that has Chinese (Big5) text.
select * from product where prodName = 'xyz' // xyz represents big5 chars.
When I do a select from Toad or SQL Plus, I can grab the rows. When I do thru code, I cannot do so; note that my code can retrieve English text with no problem.
Any ideas?
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: JDBC querying Chinese text
 
Similar Threads
problem of internationalism in struts framework
c:imported jsp cannot show Chinese chars
iPlanet 6 and JSP
java.io.UnsupportedEncodingException
Confusion in Java encoding