新微赢技术网

标题: [求助]asp问题 [打印本页]

作者: 阿咏    时间: 2010-1-14 00:40
标题: [求助]asp问题
数据库中用kaohao,xingming,fenshu三个字段
<!--#include file="conn.asp"-->
<% If request.form("submit")="录入" Then
kaohao=request.form("kaohao")
xingming=request.form("xingming")
fenshu=request.form("fenshu")
exec="select * from kfcx where kaohao='"&kaohao&"'"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,3
if not rs.eof then
tag="添加失败!系统中已经有考号为"&"kaohao"&"的记录"
else
rs.addnew
rs("kaohao")=kaohao
rs("xingming")=xingming
rs("fenshu")=fenshu
rs.update
rs.close
set rs=nothing
tag="添加成功!"
end if
end if
conn.close
set conn=nothing
%>
数据库里显示添加为什么外面没有显示"添加成功"




欢迎光临 新微赢技术网 (http://bbs.weiying.cn/) Powered by Discuz! X3.2