Subversion Repositories DevTools

Rev

Rev 21 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21 Rev 23
Line 6... Line 6...
6
<%
6
<%
7
' -- DESTROY OBJ CREATED IN GLOBALS.asp ---------------
7
' -- DESTROY OBJ CREATED IN GLOBALS.asp ---------------
8
Set objAccessControl = Nothing
8
Set objAccessControl = Nothing
9
Set objPMod = Nothing
9
Set objPMod = Nothing
10
Set objEH = Nothing
10
Set objEH = Nothing
-
 
11
 
-
 
12
'-- Destroy Database Connection --
-
 
13
Set OraSession = Nothing
-
 
14
Set OraDatabase = Nothing
11
' -----------------------------------------------------
15
' -----------------------------------------------------
12
%>
16
%>
13
17