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 1... Line 1...
1
<%@LANGUAGE="VBSCRIPT"%>
1
<%@LANGUAGE="VBSCRIPT"%>
2
<%
2
<%
3
'=====================================================
3
'=====================================================
4
'       sdk_versions_json.asp.asp
4
'       sdk_versions_json.asp
5
'       Ajax support for table of SDK Versions
5
'       Ajax support for table of SDK Versions
6
'       Designed to be driven by the jquery tablescroller
6
'       Designed to be driven by the jquery tablescroller
7
'=====================================================
7
'=====================================================
8
%>
8
%>
9
<%
9
<%
Line 170... Line 170...
170
    oJSON.data("SqlQry") = SqlQry
170
    oJSON.data("SqlQry") = SqlQry
171
End If
171
End If
172
 
172
 
173
'Return the object
173
'Return the object
174
Response.Write oJSON.JSONoutput()
174
Response.Write oJSON.JSONoutput()
-
 
175
Set oJSON = Nothing
175
'OraSession.Dispose()
176
Call Destroy_All_Objects
176
%>
177
%>