Page 1 of 1

BreakExec on IBDac?

Posted: Tue 01 Dec 2009 10:47
by upscene
Hi,

I noticed that TIBCSQL has a BreakExec method, while TIBCQuery does not.

Does IBDAC implement InterBase 6.5 and up statement cancelling?


With regards,

Martijn Tonies
Upscene Productions

Posted: Wed 02 Dec 2009 10:09
by Plash
IBDAC implements statement canceling. We'll add the BreakExec method to TIBCQuery in the next build of IBDAC.

Posted: Wed 02 Dec 2009 10:17
by upscene
Plash wrote:IBDAC implements statement canceling. We'll add the BreakExec method to TIBCQuery in the next build of IBDAC.
Thanks.

Currently, I'm using DBAccessUtils to execute BreakExec, does that work as well?

Posted: Wed 02 Dec 2009 10:54
by Plash
Yes, you can use

TGDSCommand(TDBAccessUtils.GetICommand(IBCQuery)).BreakExec