Subject Cancel a SQL select in progress
Author g_less2000
Is there a way to cancel an SQL select in progress using a
TIB_Query?

In some instances the connection times from my client
to my server app terminates while the server is running a long
query. I need to be able to clear the SQL Server connection.

Thanks
g_less