Has anyone had problems inserting/selecting the euro symbol with JSP+JDBC? Here's my setup: - Tomcat 4.1.12 (also tries with 4.0.3) - IBM DB2 UDB 7.1 Database. - JDBC drivers tried: COM.ibm.db2.jdbc.app.DB2Driver and COM.ibm.db2.jdbc.net.DB2Driver - html charsets tried: default (without indicating), ISO-8859-15 and ISO-8859-1
With a normal Java Applications, I can insert and select the euro symbol (�) fine, it's just with JSPs that I can't. In fact, it's not that JSPs can't read the �uro, because if I post the � from one page to another (with a form), I CAN read it. So it's just when it's coming from/going through JSP+JDBC that it gets garbled. Oh and another interesting thing, when I use a Sybase database and the Sybase JDBC driver everything works fine. Any thoughts? /gilad ==========================================================================To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
