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

📄 delsave.asp

📁 像数据库(SQL2000)中存取图像数据
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<%
If Request.Form("del")<>""Then
sql="Delete From img Where ID in("&Request.Form("del")&")"
conn.Execute(sql)
del=trim(Request.Form("del"))
deltable="DROP table part"&del&""
conn.Execute(deltable)
%>
<script language="javascript">
alert("数据删除成功");
window.location.href="form.asp"
</script>
<% End If %>

⌨️ 快捷键说明

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