> com.sap.dbtech.jdbc.exceptions.DatabaseException: SAP DBTech > SQL: [-3019](at 49) Invalid exponent
Could it be that a numeric value is too large for a numeric column? The (at 49) refers to the internal communication buffer, so it isn't much use in finding the offending parameter. If the value seems to be OK, then supplying the table definition and the insert values would be helpful in finding the bug. > Since its not an > SQLException, I assume this is an internal driver error. com.sap.dbtech.jdbc.exceptions.DatabaseException is a subclass of SQLException. See http://www.sapdb.org/jdbcSapdbcEng.html#Exceptions for details. Daniel Dittmar -- Daniel Dittmar [EMAIL PROTECTED] SAP DB, SAP Labs Berlin http://www.sapdb.org/
