Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Polish characters from JDBC in 9iAS JSP pages

Polish characters from JDBC in 9iAS JSP pages

From: Marek Babski <user72_at_go2.pl>
Date: 15 Mar 2004 08:03:10 -0800
Message-ID: <11d263ba.0403150803.40f35174@posting.google.com>


I developed some pages in Oracle 9iAS rel.2 in Oracle portal under page groups - as internal JSP pages. The problem is that I don't see my Polish characters when displaying data from database through JDBC. Although I can see them when doing out.println() with polish string as argument.
It seems that doing resultSet.getString(column) doesnt return polish characters. I tried this: Locale pl=new Locale("pl","PL");
Locale.setDefault(pl); - but it doesn't help anything. I'm sure that there are polish characters in database. Please help. Received on Mon Mar 15 2004 - 10:03:10 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US