Subject | Firebird trace and EXECUTE_STATEMENT_FINISH |
---|---|
Author | Svend Meyland Nicolaisen |
Post date | 2014-03-04T13:45:54Z |
Hi
I am using the trace functionality of Firebird 2.5.2. Can anybody tell me why EXECUTE_STATEMENT_FINISH only is logged for some statements. For most of my statements I get the following sequence in the trace:
PREPARE_STATEMENT
EXECUTE_STATEMENT_START
CLOSE_CURSOR
FREE_STATEMENT
And occasionally I get:
PREPARE_STATEMENT
EXECUTE_STATEMENT_START
EXECUTE_STATEMENT_FINISH
CLOSE_CURSOR
FREE_STATEMENT
Kind regards,
Svend Meyland Nicolaisen