Subject Re: [IBO] Stop an SP from Client App
Author jwharton@ibobjects.com
If it is a select procedure is all you have to do is stop fetching rows and close it.
If it is running on the server then this is a question for the InterBase or Firebird support lists.

I did provide a method call to the facility in InterBase that is designed to cancel a query running on the server. Cannot
exactly remember the name of the method. I've never had to use it in one of my applications. I think it is something like
CancelQuery.

Jason Wharton
www.ibobjects.com

--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Hi to all,

can i stop in some manner an SP that run on FireBird Server from my
Client Apps ?

Thanks,
Enrico Raviglione.