Page 1 of 1

InterBase questions

Posted: Wed 25 Nov 2009 11:57
by upscene
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

Posted: Wed 02 Dec 2009 10:10
by Plash
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.