设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 38|回复: 6
打印 上一主题 下一主题

[原创]高手来帮帮忙吧!~

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-13 03:29:05 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
<% set rs1=server.CreateObject("adodb.recordset") rs1.open "select * from city order by id desc",conn,1,1 %> <%set rs2=server.CreateObject("adodb.recordset") rs2.open "select * from weather where cityid='"&rs1("id")&"'",conn,1,1
%> 我是调用了两个表,weather表中的cityid是和city表中的id想对应的.可是我在查询输出时却调不出数据.没有错误提示,是不是cityid='"&rs1("id")&"'",这里用的不对啊?请指点!~
2#
发表于 2010-1-13 03:29:09 | 只看该作者

<% set rs1=server.CreateObject("adodb.recordset") rs1.open "select * from city order by id desc",conn,1,1 %> 这里加入对rs1的id读取操作,否则万一rs1是eof怎么办 <%set rs2=server.CreateObject("adodb.recordset") rs2.open "select * from weather where cityid='"&rs1("id")&"'",conn,1,1
%>
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-13 03:29:12 | 只看该作者
加上 if not rs1.eof and rs1.bof then .... end if 加上这个限制以后还是不能读取出来啊?????
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-13 03:29:16 | 只看该作者
没有这么做过~~

分段测试嘛~~!
回复 支持 反对

使用道具 举报

5#
发表于 2010-1-13 03:29:19 | 只看该作者
数据库结构, city .id 是自动编号? weather.cityid是数字? 如果是: cityid='"&rs1("id")&"'" 改为 cityid=&"rs1("id")
回复 支持 反对

使用道具 举报

6#
发表于 2010-2-20 12:05:03 | 只看该作者
偶的天啊!相当的,非常的,一定的,要回贴的。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-20 07:39 , Processed in 0.100928 second(s), 11 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表