Hello,
i'm stuck on a problem with MappingSqlQuery. My overridden mapRow(ResultSet rs, int rowIndex) method is called, but the resultset seems to be holding no values.
mysql server log reports a correct query which returns one row, but if i execute rs.getInt(0), an exception occurs
any ideas?Code:java.sql.SQLException: Column Index out of range, 0 < 1.


Reply With Quote