Subversion Repositories DevTools

Rev

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

Rev 5506 Rev 5957
Line 205... Line 205...
205
    oJSON.data("SqlQry") = SqlQry
205
    oJSON.data("SqlQry") = SqlQry
206
End If
206
End If
207
 
207
 
208
'Return the object
208
'Return the object
209
Response.Write oJSON.JSONoutput()
209
Response.Write oJSON.JSONoutput()
-
 
210
Set oJSON = Nothing
210
'OraSession.Dispose()
211
Call Destroy_All_Objects
211
%>
212
%>