Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 188... Line 188...
188
    oJSON.data("SqlQry") = SqlQry
188
    oJSON.data("SqlQry") = SqlQry
189
End If
189
End If
190
 
190
 
191
'Return the object
191
'Return the object
192
Response.Write oJSON.JSONoutput()
192
Response.Write oJSON.JSONoutput()
-
 
193
Set oJSON = Nothing
193
'OraSession.Dispose()
194
Call Destroy_All_Objects
194
%>
195
%>