| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 686 人关注过本帖
标题:多次打开表 且未关闭 会影响速度吗?(附代码)
取消只看楼主 加入收藏
mgmt_asp
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:124
专家分:158
注 册:2009-7-26
结帖率:80%
收藏
已结贴  问题点数:10 回复次数:2 
多次打开表 且未关闭 会影响速度吗?(附代码)
程序代码:
<%
dim rs1
set rs1=server.createobject("adodb.recordset")
rs1.open "select * from biao where leibie='"a"'",conn,1,1
if not rs1.eof and rs1.bof then 
for i=1 to rs1.recordcount
response.write rs1("name")

dim rs2
set rs2=server.createobject("adodb.recordset")
rs2.open "select * from biao where leibie='"b"'",conn,1,1
if not rs2.eof and rs2.bof then 
for i=1 to rs2.recordcount
response.write rs2("name")

dim rs3
set rs3=server.createobject("adodb.recordset")
rs3.open "select * from biao where leibie='"b"'",conn,1,1
if not rs3.eof and rs3.bof then 
for i=1 to rs3.recordcount
response.write rs3("name")

...
%>
代码如上,这样重复引用且未关闭表的话,会影响速度吗?
搜索更多相关主题的帖子: 速度 代码 
2009-10-07 02:01
mgmt_asp
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:124
专家分:158
注 册:2009-7-26
收藏
得分:0 
嗯嗯
那我是不是在每页的尾部,把它们都关闭清空了就可以了

[ 本帖最后由 mgmt_asp 于 2009-10-7 12:35 编辑 ]
2009-10-07 12:34
mgmt_asp
Rank: 3Rank: 3
等 级:论坛游侠
帖 子:124
专家分:158
注 册:2009-7-26
收藏
得分:0 
response.write "谢谢..<br />"
2009-10-07 18:15
快速回复:多次打开表 且未关闭 会影响速度吗?(附代码)
数据加载中...
 
   



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

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