All Forums Third Party Software
sks-5048 2 posts Joined 10/07
15 Oct 2007
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.

Is this something that's doable? If so, how?

Thanks in advance!

Sameer

renudata 8 posts Joined 10/07
16 Oct 2007

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.

sks-5048 2 posts Joined 10/07
16 Oct 2007

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.

You must sign in to leave a comment.