标题:请教管理大哥
取消只看楼主
jz1024
Rank: 1
等 级:新手上路
帖 子:4
专家分:0
注 册:2005-8-13
 问题点数:0 回复次数:0 
请教管理大哥
<!--#include file="Connections.asp"-->
<%
Mobile=request("Mobile")
if Mobile="" then
response.write "<script>alert('参数错误');location.href='default.asp';</script>"
response.end
else
sql="delete * from cust where Mobile='"&Mobile&"'"
rs.open sql,conn,1,3
response.write "<script>alert('删除成功');window.close();</script>"
end if
%>



上面的代码只能删除一条记录,怎么循环删除多条查询出来的记录啊。
搜索更多相关主题的帖子: 管理 
2005-08-13 11:05



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-25033-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 1.340696 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved