title = Request.form("title")Set rs = conn.execute("select * from a where b = '" & title &"' ") if not rs.eof then Response.write "标题重复" Response.end() end ifSet rs = nothing
你的语法格式很不规范,你现在在线的话回复一下,我可以简单的跟你说说怎样修改。