con.moddb(con.con, sql);
}
//
try {
// con.dbclose(con.con,null);
// } catch (Exception ue) { // ue.printStackTrace();
//
}
con.dbclose(con.con, rs); numtext.setText(""); nametext.setText(""); xbtext.setText(""); csnytext.setText(""); hyzktext.setText(""); lxdhtext.setText(""); zztext.setText(""); con = null; rs = null;
}
catch (SQLException et) { et.printStackTrace();
}
}
2、删除职工
if (e.getActionCommand().equals("确定")) { try {
sql = "delete from 员工基本信息='"+numco.getSelectedItem()+"'";
where 职工号