首 页健康生活新 闻留 言骗 子美女图片网络安全论 坛问吧注册码大全bt资源
张筱雨人体艺术   汤芳人体艺术  汤加丽人体艺术  石靖人体艺术   刘亦菲人体艺术   汤唯人体艺术  张柏芝人体艺术   人体艺术摄影
人体艺术摄影        BODY ART PHOTOGRAPHY
                                           Human essence of art, the human feelings of the perfect lens
首页
您当前的位置:地球村问吧电脑技术编程语言 → 问吧内容 设为首页   加入收藏   联系我们
帮我看看啊,ASP错哪了
作者:meilibao  来源:地球村  发布时间:2007-8-20 10:04:32
Body art from the West, male body is mainly a reflection of the strength of the United States. While the female body is mainly a reflection of the kind of a female-specific negative of tender.
Body art is static human form, does not contain sexual intercourse is exposed genitals or other to tease of limb movements. Good photographs focus on the human body is the use of light and shadow. The body was naked from the arts, the human body art is not carnal desire , vulgar. Accurately speaking, and now, the "body art" is not very precise. Art classification is based on the auditory,
帮我看看啊,ASP错哪了
悬赏分:5 - 解决时间:2007-8-17 21:49
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/web.asp" -->
<%
Dim rs
Dim rs_numRows

Set rs = Server.CreateObject("ADODB.Recordset")
rs.ActiveConnection = MM_web_STRING
rs.Source = "SELECT * FROM dbo.rukubiao"
rs.CursorType = 0
rs.CursorLocation = 2
rs.LockType = 1
rs.Open()

rs_numRows = 0
%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>销售系统</title>
</head>

<body>
<form>

<%sql="select * from rukubiao where ID= '3002'"
rs.open sql,conn,1,3%>
</form>
ADODB.Recordset 错误 '800a0e79'

对象打开时,不允许操作。

/index.asp,行 29
问题补充:<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/web.asp" -->
<%
Dim rs
Dim rs_numRows

Set rs = Server.CreateObject("ADODB.Recordset")
rs.ActiveConnection = MM_web_STRING
rs.Source = "SELECT * FROM dbo.rukubiao"
rs.CursorType = 0
rs.CursorLocation = 2
rs.LockType = 1
rs.Open()

rs_numRows = 0
%>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>销售系统</title>
</head>

<body>
<form>

<%sql="select * from rukubiao where ID= '3002'"
rs.open sql,conn,1,1%>
</form>
<body>

</html>
<%
rs.Close()
Set rs = Nothing
%>我也不清楚啊,所以贴出来看这烂代码~昏迷 rs.open sql,conn,1,1%>1,1不是可一查看吗1,3是可写
提问者:uj8yh - 兵卒 一级
最佳答案
在rs_numRows = 0 后面加上
rs.close()
在sql="select * from rukubiao where ID= '3002'" 前面加上
Set rs = Server.CreateObject("ADODB.Recordset")
回答者:zyhomepage - 经理 五级 8-17 09:38
提问者对于答案的评价:
虽然又显示别的错误了,但还是谢谢了
您觉得最佳答案好不好?目前有 1 个人评价

100% (1)

0% (0)
其他回答
共 3 条
[ ] [返回上一页] [打 印]
Copyright © 2007 Diqiuc.Com. All Rights Reserved .豫ICP备07001840 Powered by Diqiuc.Com