📄 build_sys_mod_change_do.asp
字号:
<%
'on error resume next
s_Item_No=request.querystring("s_Item_No")
%><!-- #INCLUDE FILE="odbc_connection.inc" --><%
'change
sSQL="UPDATE tbl_Inventory_System_Components_Session"
sSQL=sSQL & " SET"
sSQL=sSQL & " s_Component_Item_No='" & s_Item_No & "'"
sSQL=sSQL & " WHERE intKey=" & session("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"
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -