Page 1 of 1

PostgreSQL: how to interrupt a running query

Posted: Thu 24 Feb 2011 03:40
by jbakuwel
Hi,

How do I interrupt a running query on PostgreSQL using UniDAC?

kind regards,
Jan

Posted: Thu 24 Feb 2011 08:31
by AlexP
Hello,

To interrupt a running query you should start a query in a separate thread, and call the BreakExec method in the main thread.