java课程设计----图书馆管理系统(17)

发布时间:2021-06-05

java课程设计----图书馆管理系统

}

}

}

}

model.addRow(line);

}catch(SQLException e){

e.printStackTrace();

JOptionPane.showMessageDialog(null,

"从数据库读取数据时发生错误!"+ "SQL语句为:"+readSql+e,"提示", JOptionPane.ERROR_MESSAGE);

}finally{

if(query!=null)

try{ }

query.close(); ex.printStackTrace(); }catch(SQLException ex){

//使用指定的SQL语句删除数据库中的记录 public static boolean deleteFromDB(

Connection con,String deleteSql,Object []keys){ boolean flag=true;

PreparedStatement update=null; try{ }

update=con.prepareStatement(deleteSql); if(keys!=null)

for(int i=0;i<keys.length;i++)

update.setObject(i+1,keys[i]);

update.executeUpdate(); flag=false;

"从数据库删除时发生错误!\n"+e, "提示",

JOptionPane.ERROR_MESSAGE);

}catch(SQLException e){

JOptionPane.showMessageDialog(null,

}finally{

if(update!=null)

try{ }

update.close(); ex.printStackTrace(); }catch(SQLException ex){

精彩图片

热门精选

大家正在看