InterBase questions

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

InterBase questions

Post by upscene » Wed 25 Nov 2009 11:57

Hi,

1) Is BreakExec implemented on TGDSCommand for InterBase? InterBase 7 and up support statement cancelling.

2) How do you get the Query Plan from a query/statement?


Thanks.

Martijn Tonies
Upscene Productions

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

Post by Plash » Wed 02 Dec 2009 10:10

1) You can use the BreakExec method of TIBCSQL to cancel query.

2) You can use the Plan property of TIBCQuery to get the plan.

Post Reply