In my asp page I call a component that processes a query. When the query is finished I want to return the results to the asp page. I want to use Response.Write inside my component but I keep getting an error:
"Object variable or With block variable not set"

can someone please help!