Subversion Repositories DevTools

Rev

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

Rev 15 Rev 21
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
-
 
15
' -----------------------------------------------------
11
' -----------------------------------------------------
16
%>
12
%>
17
13