Überprüfen Sie, ob SQLEXception doppelte Eintrags -Java ist
try{
...
}catch(SQLException e){
if(e.getErrorCode() == 1062 ){
//duplicate primary key
}
}
Jesus
try{
...
}catch(SQLException e){
if(e.getErrorCode() == 1062 ){
//duplicate primary key
}
}