📄 frm_cyj_remove.asp
字号:
<!--#include virtual="/include/DBCon.inc"-->
<%
cyjId=request.form("chcyj")
syear=request.form("year")
if cyjId="" then
response.redirect "/profile/errorpage.asp?title=删除测压井动态数据&msg=您没有选择任何数据!"
end if
isSub=request.form("isSub")
Set Rs = Server.CreateObject("ADODB.RecordSet")
SQL="delete from oil.oil_cyj where cyj_id in (" &cyjId& ")"
rs.open SQL,conn,1,3
response.redirect "frm_cyj.asp?year=" &syear
%>
<!--#include virtual="/include/DBClose.inc"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -