⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 scheduledel.asp

📁 1 除掉了 时间 限制 2 除掉了 人数 限制 改为 500人 原为5人 3 发现一点小缺陷 增加人员的时候没有判断 登陆名是否重复! 自己写吧~~~:) 4 又 是一点缺陷
💻 ASP
字号:
<!--#include file="../config.ini"-->
<!--#include file="../commfunction.inc" -->
<%
if request("id")="" then
	Response.Redirect "main.asp?date1="&request("date1")
end if
Set Conn=Server.CreateObject("ADODB.Connection")
Conn.Open Connstring
id=replace(request("id")," ","")
date1=request("date1")
conn.Execute "DELETE FROM Schedule where Id="&replace(id,","," or Id=")
conn.Execute "DELETE FROM Attendant where ScheduleId="&replace(id,","," or ScheduleId=")
Response.Redirect "main.asp?date1="&date1
%>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -