I get the following SQL exception when using jdbcTemplate.batchUpdate:
I am not sure what the nested 'Invalid Column Index' is refering to. Can somebody shed some light on this?Code:org.springframework.jdbc.InvalidResultSetAccessException: PreparedStatementCallback; invalid ResultSet access for SQL [INSERT INTO CMOWNER.TAB_ENVIRONMENT_CONFIGURATION (ENVIRONMENT_LABEL, CONFIGURATION_LABEL) VALUES(?, ?)]; nested exception is java.sql.SQLException: Invalid column index
Simon


Reply With Quote