28,408
社区成员




sqlsum= "select * from Printhr_Company where company_name=" & cint(request.form("company_name"))
rsrs.open sqlsum,conn,1,1
if rsrs.recordcount>0 then '当记录条数大于0
response.write "<script language=""javascript"">alert('已有记录,请修改用户名!');return false;
end if