Hey all,

I'm using JRun233 Build 157 on IIS4.0 (English version Windows NT 4.0) to
develop some servlet to fetch data in an ORACLE 8.1.5 server. As I have to
get the data in Chinese and generate the response in Unicode to client side
by servlet, I need to configure the ORACLE JDBC Thin driver. The article on
JRun's web just emphasizes that the correct version of JVM should be used
together with the JDBC driver. But how can I know whether the
"classes111.zip" and "nls_charset11.zip" compatiable with the JRun I using?
I've downloaded the latest version of JDBC, classes12_01.zip and
nls_charset12_01.zip, are they NOT compatiable?

Further, when I use chinese code to construct a query for oracle, I just
encoded it to  "8859_1" in Java. It works find and just returned some
chinese after I convert the result into "GB2312". But when I just migrate
this servlet onto the environment mentioned above, it cannot return any
meaningful things!!! I wonder, does the JRun support chinese data retrieval
on Oracle via JDBC? I tried the various of JDBC driver listed above, various
of encoding, but all failed. Some even cause the 500 internal error. Can
anyone give me some suggestion on how to deal with this?

THANKS!!!!

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to