JDBC enconding MySQL text values?
Setup:
MySQL 3.23.41/Jakarta Tomcat 3.2.3/Apache 1.3.20/ JDK1.3.1/Redhat Linux 7.1/ and Macromedia Ultradev for JSP development.
JDBC driver: mm.MYSQL.jdbc.Driver version 1.2c also tried mm.mysql.2.0.1.bin.jar.
Problem: JSP pages generated by Ultradev, to add, delete, and update records to a MySQL database work great, EXCEPT: The JSP page that displays values from a "text" data type field is encoding the values. For example the JSP page displays [B@738d08 for any "text" type value. All other datatype values work fine though. Also, The text values look fine when I view them through my sql client. Several forums are saying that my JDBC driver is causing that.
My classpath to the jdbc driver is set right.
Any ideas? What JDBC version should I be using for this setup? TIA
Carlos

