Here is what I want to do in psuedo code. How can I apply this to the function below with VBScript?
function getList(id)
... code to get resultset based on id passed into function...
if rs.state = adStateOpen then
application("getList" & id) = rs
end function
Error code that I see:
Error Type:
Application object, ASP 0185 (0x8002000E)
A default property was not found for the object.
/trading/inc/sprocs.asp, line 144 (LINE 144 IS EQUIVALENT TO THE APPLICATION OBJECT VARIABLE SET LINE)
regards,
Brian
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.