Subversion Repositories DevTools

Rev

Rev 23 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<%
'=====================================================
'                                        Globals Destructor
'=====================================================
%>
<%
' -- DESTROY OBJ CREATED IN GLOBALS.asp ---------------
Set objAccessControl = Nothing
Set objPMod = Nothing
Set objEH = Nothing

'-- Destroy Database Connection --
Set OraSession = Nothing
Set OraDatabase = Nothing
' -----------------------------------------------------
%>