标题:多次打开表 且未关闭 会影响速度吗?(附代码)
取消只看楼主
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



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




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

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