Subversion Repositories DevTools

Rev

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

Rev 5765 Rev 5957
Line 219... Line 219...
219
    oJSON.data("SqlQry") = SqlQry
219
    oJSON.data("SqlQry") = SqlQry
220
End If
220
End If
221
 
221
 
222
'Return the object
222
'Return the object
223
Response.Write oJSON.JSONoutput()
223
Response.Write oJSON.JSONoutput()
-
 
224
Set oJSON = Nothing
224
'OraSession.Dispose()
225
Call Destroy_All_Objects
225
%>
226
%>