28,408
社区成员
发帖
与我相关
我的任务
分享
<% if action = "0" or action = "1" then '如果是新增修改%>
<%
'if uid <>"" then
cmdText = cmdText & "where User_id = '"&uid&"'"
connopen
set rs = conn.execute(cmdText)
' if rs.EOF then
' response.write "用户不存在!"
'response.end
' conn.close
' end if
' end if
%>