Welcome to the Teradata Developer Exchange discussion forums.
For a general introduction and guidelines on posting, please see
this forum topic.
RSS feeds are available for each forum, as well as a combined
all forums feed.
Need to Cancel a Query runnnign between ASP and Teradata
We have a web application running ASP and COM (DLL) with Teradata as backend. User wants a Cancel button which should clear the query from the browser as well as kill or stop the query running on Teradata.
In ASP Code, you can use 'IsClientConnected' property present in 'Response' object to verify whether client is Connected to Database to continue further processing with Teradata Database server.
Thanks Renugopal! What you mentioned will help me check if client is connected to Web Server or not. However, what I need is ability to terminate a query on Teradata through my ASP code.
We have a web application running ASP and COM (DLL) with Teradata as backend. User wants a Cancel button which should clear the query from the browser as well as kill or stop the query running on Teradata.
Is this something that's doable? If so, how?
Thanks in advance!
Sameer