Personal good morning. I have a table in MySQL that contains a field AUTO_INCREMENT, how can I recover the last value inserted in that field???
SqlMapClient sqlMap = MyApp.getSqlMapInstance();
try {
sqlMap.insert("insert_pesona",pesona);//
} catch (SQLException e) {
return ERROR;
}
--
-voc� recebe aquilo que espera.(William Branham)

