About getJdbcTemplate().update(..)
843859Nov 6 2007 — edited Nov 20 2014Hi,
How can I know if the save / update query was failed?
I check this: if failed to save what the return value? 0 ?
int rows = getJdbcTemplate().update(..)
if(rows == 0)//the number of rows affected --> failed?
Thank's,
Yael.