Subject Re: [Firebird-Java] Debug sql statements
Author Mark Rotteveel
I am not sure if jaybird actually logs the statements (if not, I'll improve the logging in a future version), but you could configure logging to find out.

If you use Firebird 2.5 you can also use trace to log the statements.

Sorry for this short answer, but I'm ill and can't check for a more detailed answer.

Mark


----- Reply message -----
Van: "hugo.larson@... [Firebird-Java]" <Firebird-Java@yahoogroups.com>
Aan: <Firebird-Java@yahoogroups.com>
Onderwerp: [Firebird-Java] Debug sql statements
Datum: ma, mrt. 16, 2015 05:45

Hello,

I have a problem with DataExpress when deleting a row. Somehow its sometimes manage to delete the row from a joined table even though the joined table is removed from resolveorder.
 
Is there any way for Jaybird trace to file all the statements that are executed?


Thanks,

Hugo