Hi!

Suppose I have a Query object q. I execute the query by:

q.executeWithArray(params);

The execution can take some time...

Is there any elegant possibility to stop execution of this query (from
another thread, of course) ?


-tt.

Reply via email to