BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的
代码如下<!--#includefile="conn.asp"--><html><head><metahttp-equiv="Content-Type"content="...
代码如下
<!-- #include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk2312" />
<title>无标题文档</title>
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%
PicID = Request.QueryString("PicID")
PicName = Request.QueryString("PicName")
PicHome = Request.QueryString("PicHome")
sql="update pic set PicName='"&PicName&"',PicHome='"&PicHome&"' where PicID='"&PicID&"'"
set a=conn.execute(sql)
set rs=server.createobject("adodb.recordset")
rs.Open "select * from pic where PicID='"&PicID&"'",conn,1,1
%>
<meta http-equiv="refresh" content="10;URL=manager.asp?modifyID=<%=rs("PicID")%>">
</body>
</html> 展开
<!-- #include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk2312" />
<title>无标题文档</title>
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%
PicID = Request.QueryString("PicID")
PicName = Request.QueryString("PicName")
PicHome = Request.QueryString("PicHome")
sql="update pic set PicName='"&PicName&"',PicHome='"&PicHome&"' where PicID='"&PicID&"'"
set a=conn.execute(sql)
set rs=server.createobject("adodb.recordset")
rs.Open "select * from pic where PicID='"&PicID&"'",conn,1,1
%>
<meta http-equiv="refresh" content="10;URL=manager.asp?modifyID=<%=rs("PicID")%>">
</body>
</html> 展开
展开全部
出现这个错误提示,是因为你的数据库中查询不到这样的一条记录!我结合你的代码觉得是你的代码有问题,如果我没估计错误的话PicID 应该是自动编号的数字型的吧!换以下的代码试试!
<!-- #include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk2312" />
<title>无标题文档</title>
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%
PicID = Request.QueryString("PicID")
PicName = Request.QueryString("PicName")
PicHome = Request.QueryString("PicHome")
sql="update pic set PicName='"&PicName&"',PicHome='"&PicHome&"' where PicID="&PicID&""
set a=conn.execute(sql)
set rs=server.createobject("adodb.recordset")
rs.Open "select * from pic where PicID="&PicID&"",conn,1,1
%>
<meta http-equiv="refresh" content="10;URL=manager.asp?modifyID=<%=rs("PicID")%>">
</body>
</html>
<!-- #include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gbk2312" />
<title>无标题文档</title>
<link href="style/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<%
PicID = Request.QueryString("PicID")
PicName = Request.QueryString("PicName")
PicHome = Request.QueryString("PicHome")
sql="update pic set PicName='"&PicName&"',PicHome='"&PicHome&"' where PicID="&PicID&""
set a=conn.execute(sql)
set rs=server.createobject("adodb.recordset")
rs.Open "select * from pic where PicID="&PicID&"",conn,1,1
%>
<meta http-equiv="refresh" content="10;URL=manager.asp?modifyID=<%=rs("PicID")%>">
</body>
</html>
亚远景信息科技
2024-12-11 广告
2024-12-11 广告
上海亚远景信息科技有限公司是国内汽车行业咨询及评估领军机构之一,深耕于ASPICE、敏捷SPICE、ISO26262功能安全、ISO21434车辆网络安全领域,拥有20年以上的行业经验,专精于培训、咨询及评估服务,广受全球车厂及供应商赞誉,...
点击进入详情页
本回答由亚远景信息科技提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询