怎么改呀,多谢!
try{
................
}
catch(Exception e){
return 1;
}
finally{
if (iCallableStatement!=null) {iCallableStatement.close();}
if (iConnection!=null){iConnection.close();}
}
怎么老是报错?????
怎么改呀,多谢!
"login.java": Error #: 360 : unreported exception: java.sql.SQLException; must be caught or declared to be thrown at line 42, column 37
"login.java": Error #: 360 : unreported exception: java.sql.SQLException; must be caught or declared to be thrown at line 43, column 38