<%
sql="select * from [huiyuan]"
set rs = server.createobject("ADODB.RecordSet")
rs.open sql,conn,1,3
if nowdanwei=110 then
rs.close
set rs = nothing
end if
if nowdanwei=109 then
rs.addnew
if id_ku=140 then
rs("qq")="江苏三维"
end if
if id_ku=143 then
rs("qq")="无锡大同"
end if
if id_ku=142 then
rs("qq")="省建工"
end if
if id_ku=150 then
rs("qq")="江苏网盈"
end if
rs("username") = nowtitle
rs("xinbie") = "项目稽核"
rs("tel") = nowbeizhu
rs("address") = nowguige
rs("card") = nowhuohao
rs("id_zu") = nowid_zu
rs.update
rs.close
set rs = nothing
end if
%>
sql="select * from [huiyuan]"
set rs = server.createobject("ADODB.RecordSet")
rs.open sql,conn,1,3
if nowdanwei=110 then
rs.close
set rs = nothing
end if
if nowdanwei=109 then
rs.addnew
if id_ku=140 then
rs("qq")="江苏三维"
end if
if id_ku=143 then
rs("qq")="无锡大同"
end if
if id_ku=142 then
rs("qq")="省建工"
end if
if id_ku=150 then
rs("qq")="江苏网盈"
end if
rs("username") = nowtitle
rs("xinbie") = "项目稽核"
rs("tel") = nowbeizhu
rs("address") = nowguige
rs("card") = nowhuohao
rs("id_zu") = nowid_zu
rs.update
rs.close
set rs = nothing
end if
%>