asp读取数据表值的问题

表单username,word,sitename,urlusername=hx.checkstr(request.form("username"),20)word=hx.... 表单
username,word,sitename,url

username=hx.checkstr(request.form("username"),20)
word=hx.checkstr(request.form("word"),20)
sitename=hx.checkstr(request.form("sitename"),12)

判断是否存在
if blnerror=false then
dim rs,sql
set rs=hx.execute("select username from CL_Link where username='"&username&"'")
if not rs.eof then
blnerror=true
strerror=strerror & "<li>抱歉,username已经存在,请重新选择一个用户名"
end if

set rs=hx.execute("select sitename from CL_Link where sitename='"&sitename&"'")
if not rs.eof then

strerror=strerror & "<li>抱歉,sitename已经存在,请重新选择一个"
end if

【 set rs=hx.execute("select word from CL_Link where word='"&word&"'")
if not rs.eof then

strerror=strerror & "<li>抱歉,word已经存在,请重新选择一个"
end if】

我现在想把【】中这部分变成 检测数据表单中已经存在的一个username才能进行注册,而不是现在判断word不存在才进行注册。
应该怎么做我会加300分 如果测试成功。

另外还有首页index.asp的一个问题。当在别的网站点击进入一个链接:http://index.asp?id=username 时候

在首页中排列一行或几行的用户链接。http://index.asp?word=word 与 word 关联的url 而不是链入username的一个url

这个问题就相当于来路username的记录和排列一样

有看不明白的请提出
谢谢 ootw 用百度hi的 帮助和qq远程的帮助 可用代码为下 希望给其他人一个借鉴 我把【】改为下面的代码完全通过,ootw可能忙不修改,那我就在这里补充上。
set rs=hx.execute("select word from CL_Link where username='"&word&"'")
if not rs.eof then
blnerror=false
strerror=strerror & "<li>恭喜,username已经存在,可以注册"
else
blnerror=true
strerror=strerror & "<li>抱歉,没有符合推荐人的用户名"
if isnumeric(word) then
set rs=hx.execute("select word from CL_Link where username='"&word&"'")
if rs.eof then
blnerror=true
strerror=strerror & "<li>请填写正确的推荐人,推荐人为系统自动提取来访者id"
else
blnerror=false
strerror=strerror & "<li>恭喜,username已经存在,可以注册"
end if
end if
end if
展开
 我来答
百度网友83f2033
2009-08-08 · TA获得超过1490个赞
知道小有建树答主
回答量:1419
采纳率:0%
帮助的人:1293万
展开全部
if blnerror=false then
dim rs,sql
set rs=hx.execute("select username from CL_Link where username='"&username&"'")
if rs.eof then
blnerror=true
strerror=strerror & "<li>恭喜,username已经存在,可以注册"
'这里写注册语句
else
set rs=hx.execute("select sitename from CL_Link where sitename='"&sitename&"'")
if not rs.eof then

strerror=strerror & "<li>抱歉,sitename已经存在,请重新选择一个"
end if

set rs=hx.execute("select word from CL_Link where word='"&word&"'")
if not rs.eof then

strerror=strerror & "<li>抱歉,word已经存在,请重新选择一个"
end if
end if
nxnd1986
2009-08-08 · TA获得超过2248个赞
知道小有建树答主
回答量:903
采纳率:0%
帮助的人:616万
展开全部
set rs=hx.execute("select word from CL_Link where word='"&word&"'")
if rs.eof then

strerror=strerror & "<li>抱歉,word不存在,请重新选择一个"
end if
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式