BreakExec on IBDac?

Discussion of open issues, suggestions and bugs regarding IBDAC (InterBase Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

BreakExec on IBDac?

Post by upscene » Tue 01 Dec 2009 10:47

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

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 02 Dec 2009 10:09

IBDAC implements statement canceling. We'll add the BreakExec method to TIBCQuery in the next build of IBDAC.

upscene
Posts: 306
Joined: Thu 19 Oct 2006 08:13

Post by upscene » Wed 02 Dec 2009 10:17

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?

Plash
Devart Team
Posts: 2844
Joined: Wed 10 May 2006 07:09

Post by Plash » Wed 02 Dec 2009 10:54

Yes, you can use

TGDSCommand(TDBAccessUtils.GetICommand(IBCQuery)).BreakExec

Post Reply