标题:求助 ASP 提示这代码 rs.open sql,conn,1,1 这里至少有一个没有定义 问题出 ...
取消只看楼主
cy5505chyu
Rank: 1
等 级:新手上路
帖 子:8
专家分:0
注 册:2011-5-7
结帖率:33.33%
已结贴  问题点数:20 回复次数:0 
求助 ASP 提示这代码 rs.open sql,conn,1,1 这里至少有一个没有定义 问题出在哪里
<!--#include file="inc/conn.asp"-->
<%
Dim rs,sql
Dim id,title,content,tcontent,Pictuer
set rs=server.CreateObject("Adodb.RecordSet")
'参数是否正确
id=request.QueryString("id")
if  IsNumeric(id)=False or isnull(id) or id="" then
  response.write "参数传递错误"
  response.end
End if
sql="select title,content,tcontent,Pictuer from photo where id="&id
rs.open sql,conn,1,1
if not rs.eof then
 title=rs("title")
 content=rs("content")
 tcontent=rs("tcontent")
 Pictuer=rs("Pictuer")
else
response.write "无记录"
response.end()
end if
%>
搜索更多相关主题的帖子: sql content include False 
2011-06-22 10:18



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-343637-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.524532 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved