|  | 主题:  使用commad的方法建立数据库连接之后如何再断开呢? | 
            
                        
                
                    |  顺子
 职务:普通成员
 等级:4
 金币:10.0
 发贴:1867
 注册:2000/10/14 21:55:00
 
 | 
                            
                            #12002/7/29 17:11:50 
                                使用commad的方法建立数据库连接之后如何再断开呢?
                                
                                
                                
                             
                                
                                    编辑历史:[这消息被顺子编辑过(编辑时间2002-07-29 17:14:47)]
 
 | 
                        
                
                    |  顺子
 职务:普通成员
 等级:4
 金币:10.0
 发贴:1867
 注册:2000/10/14 21:55:00
 
 | 
                            
                            #22002/7/31 8:30:28 
                                有人知道吗?
                                
                                
                                
                             | 
                        
                
                    |  顺子
 职务:普通成员
 等级:4
 金币:10.0
 发贴:1867
 注册:2000/10/14 21:55:00
 
 | 
                            
                            #32002/7/31 18:48:44 
                                使用 set command1=nothing  可以吗?
                                
                                
                                
                             | 
                        
                
                    |  helmet
 职务:版主
 等级:4
 金币:10.0
 发贴:1559
 注册:2004/1/30 15:59:27
 
 | 
                            
                            #42002/8/1 9:36:47 
                                Set xxx = Server.CreateObject(“ADODB.Command”) xxx.close
 set xxx=nothing
 
 | 
                        
                
                    |  顺子
 职务:普通成员
 等级:4
 金币:10.0
 发贴:1867
 注册:2000/10/14 21:55:00
 
 | 
                            
                            #52002/8/1 14:26:08 
                                deathcult在上个帖子中说 引用:Set xxx = Server.CreateObject(“ADODB.Command”)
 xxx.close
 set xxx=nothing
 
 
 xxx.close好像不可以阿,command对象没有close这个方法,
                                
                                
                                
                             |