build_sys_mod_del.asp

来自「能实现用户注册」· ASP 代码 · 共 16 行

ASP
16
字号
<%
'on error resume next
intKey=request.querystring("intKey")

%><!-- #INCLUDE FILE="odbc_connection.inc" --><%

sSQL="DELETE FROM tbl_Inventory_System_Components_Session"
sSQL=sSQL & " WHERE intKey=" & intKey
set RS=conn.execute(sSQL)
set RS=nothing

'go back to display new total, await more changes, etc.
session("repeat")=1
response.redirect "build_sys_mod.asp?repeat=1"

%>

⌨️ 快捷键说明

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