Re: Data Truncation Error

2006-03-22 Thread Jon Wingfield
@tomcat.apache.org Sent: Tuesday, March 21, 2006 8:59 PM Subject: Data Truncation Error Hello all, I am using a MySQL 5.0.18 server with the mysql-connector-java-3.1.12-bin Connector/J driver to connect to it on a Tomcat 5.5.15 server. The connection works fine but occasionally when I try to add a Java double

Data Truncation Error

2006-03-21 Thread Mark Whitby
Hello all, I am using a MySQL 5.0.18 server with the mysql-connector-java-3.1.12-bin Connector/J driver to connect to it on a Tomcat 5.5.15 server. The connection works fine but occasionally when I try to add a Java double value to the database (a row set to DECIMAL(10,2))I get the following

Re: Data Truncation Error

2006-03-21 Thread Mark Whitby
anyone know how I can set the truncation to false and still have the auto reconnect on? Mark - Original Message - From: Mark Whitby [EMAIL PROTECTED] To: Tomcat Users List users@tomcat.apache.org Sent: Tuesday, March 21, 2006 8:59 PM Subject: Data Truncation Error Hello all, I am