Subversion Repositories DevTools

Rev

Rev 5853 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5853 Rev 5957
Line 163... Line 163...
163
    oJSON.data("SqlQry") = SqlQry
163
    oJSON.data("SqlQry") = SqlQry
164
End If
164
End If
165
 
165
 
166
'Return the object
166
'Return the object
167
Response.Write oJSON.JSONoutput()
167
Response.Write oJSON.JSONoutput()
-
 
168
Set oJSON = Nothing
168
'OraSession.Dispose()
169
Call Destroy_All_Objects
169
%>
170
%>