Subject Re: [firebird-support] Re: How to retrieve execution plan?
Author Jakub Hegenbart
V ��t, 17. 02. 2004 v 17:46, Ivan Prenosil p����e:
> > I couldn't sleep last night and was partly being consumed by your
> > problem and so i sat down and worked on a homework. The result is
> > attached :) It's a simple command line utility ...
>
> Or just run standard ISQL utility and set
> SET PLAN ON;
> SET PLANONLY ON;
> then execute your selects ...
>
> Ivan

Ivan, I know that :)

I just 1) wanted to hack into the API a bit and...

... 2) wanted to write something embeddable into application, even if
risking that it won't be able to take advantage of an already existing
connection. If FIB Plus allows to retrieve the isc_db_handle & Co., the
it must be truly a great component suite. If not, my code works anyway
:)

Jakub