I am connecting to an informix Dynamic Server using the 3.0 JC3 JDBC drivers, I open a ResultSet and start reading through it; if the type of the field I am reading does not match my command (rs.getInt(...) for a date field for example)
I get the following message: [TxConnectionManager] Connection error occured: [EMAIL PROTECTED] [EMAIL PROTECTED] handles=1 lastUse=1168289835216 permit=true trackByTx=false [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED] txSync=null] java.sql.SQLException: System or internal errorjava.lang.NumberFormatException: For input string: "01-03-2007" <HERE FOLLOWS THE STACK TRACE OF THE EXCEPTION> following this, the ResultSet I am using gets closed (and subsequent data reads fail). What am I doing wrong? immediately after attempting to read a field. View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3999201#3999201 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3999201 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
