Subject | Re: [firebird-support] Re: How to retrieve execution plan? |
---|---|
Author | Jakub Hegenbart |
Post date | 2004-02-17T17:17:28Z |
V ��t, 17. 02. 2004 v 17:46, Ivan Prenosil p����e:
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
> > I couldn't sleep last night and was partly being consumed by yourIvan, I know that :)
> > 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
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