Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Servlet/JSP/JSF/JavaFX Script  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
reply to postflat modethreaded modego to previous topicgo to next topicgo to back
作者 求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀?
ywx





发贴: 6
于 2006-06-18 23:30 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
a.jsp:
<a href="b.jsp?ID=<%=ID%>">删除</a>
b.jsp:
<%!String ID; %>
<%!Connection connsafe;//定义数据库连接对象 %>
<%!Statement stmt;//定义SQL语句对象 %>
<%
request.setCharacterEncoding("gb2312");
ID=request.getParameter("ID").trim();
try{
String sDBDriver="sun.jdbc.odbc.JdbcOdbcDriver";
Class.forName(sDBDriver);
String sConnStr="jdbc:odbc:safe";
String userid="sa";
String password="";
Connection connsafe=DriverManager.getConnection(sConnStr,userid,password);
  stmt=connsafe.createStatement();
String sql="DELETE FROM menu WHERE ID='"+ID+"'";
  stmt.executeUpdate(sql);
  out.println("<font size=3 color=blue>正在删除数据,请稍后......</font><meta http-equiv='refresh' content='2;url=a.jsp'>");  
  stmt.close();
  connsafe.close();
}
catch(Exception e){
  response.sendRedirect("a.jsp");
}
%>




话题树型展开
人气 标题 作者 字数 发贴时间
2700 求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? ywx 843 2006-06-18 23:30
2422 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? xiaosilent 6 2006-06-19 10:18
2415 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? ywx 10 2006-06-19 10:40
2411 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? ywx 68 2006-06-20 00:23
2382 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? scottlai 55 2006-06-20 08:16
2498 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? ywx 39 2006-06-20 09:30
2435 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? chengbd 18 2006-06-22 18:20
2428 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? chengbd 85 2006-06-22 18:23
2379 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? ywx 169 2006-06-22 19:51
2425 Re:求教高手:这两个JSP页面能正常运行,为什么删除不了数据库中的数据呀? 爱之旅 29 2006-06-30 10:10

reply to postflat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923