[心缘地方]同学录 |
首页 | 功能说明 | 站长通知 | 最近更新 | 编码查看转换 | 代码下载 | 常见问题及讨论 | 《深入解析ASP核心技术》 | 王小鸭自动发工资条VBA版 |
发表人 | 主题:为什么要加上isobject(conn) |
王新安 身份:user 发帖:60 登陆次数:23 |
1F
发表于 2006/7/28 13:38:08
SUB showMsg(myMsg) response.write "<META http-equiv=""Content-Type"" content=""text/html; charset=gb2312"">" response.write "<script language=''javascript''>" response.write "alert(''系统提示:"&myMsg&"'');history.go(-1);" response.write "</script>" If IsObject(conn) then conn.close set conn=nothing end if response.end END SUB 为什么要加上这句啊If IsObject(conn) then 直接写 conn.close set conn=nothing 不行吗? |
嘎嘎,是我 身份:admin 发帖:1438 登陆次数:3287 |
2F
发表于 2006/7/28 19:05:38
如果conn没有关闭呢,这里close是没有问题的。 但是如果conn已经关闭了,再close会报错的。 所以...因为这个过程不知道什么时候调用的........ |
王新安 身份:user 发帖:60 登陆次数:23 |
3F
发表于 2006/7/28 21:05:55
哦,我明白了! |
CopyRight © 心缘地方 2005-2999. All Rights Reserved |