Dear wisers

I need to manipulate TC Big5 varchar2 fields to/from (select, insert, update, etc.) an 
Oracle using servlet through Oracle JDBC OCI driver.

I'm able to select columns and display correctly when setting

  response.setContentType("text/plain; charset=Big5");
  PrintWriter out = response.getWriter();
  ...
  out.println("<p>" + rs.getString("c_name") + "</p>");

but can't insert fields that is input from user through a browser.

Pls help, thanx
Joe

___________________________________________________________________________
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