<%
name=nosql(session("shi"))
if request("x") <>"" then
Set s= Server.CreateObject("abodb.recordset")
response.write "update user_name set rz="&request("rz")&",zt="&request("zt")&",rq=rq+"&request("rq1")&" where id="&request("id")&""
response.end ' debug to check the SQL
'conn.execute("update user_name set rz="&request("rz")&",zt="&request("zt")&",rq=rq+"&request("rq1")&" where id="&request("id")&"")
end if
set rs = conn.execute("select * from user_name where id="&request("id")&"")
%>