Subject | Firebird 2.1.2 Cancel Running Query |
---|---|
Author | ruan_h |
Post date | 2009-04-20T04:14:15Z |
Hi
With Firebird 2.1.2 classic server, I use the following SQL to delete running queries from another connection. It works as expected on Windows server - an 'operation was cancelled' exception was raised. But with a Linux server, it doesn't seem to have any effect on the running query.
delete from mon$statements
where mon$attachment_id = [AnotherAttachment]
Am I missing something here?
Thanks a lot.
Huan
With Firebird 2.1.2 classic server, I use the following SQL to delete running queries from another connection. It works as expected on Windows server - an 'operation was cancelled' exception was raised. But with a Linux server, it doesn't seem to have any effect on the running query.
delete from mon$statements
where mon$attachment_id = [AnotherAttachment]
Am I missing something here?
Thanks a lot.
Huan