Re: How to see SQL as it is executing?

2006-09-10 Thread Stanley Bradbury
Bryan Pendleton wrote: Michael McCutcheon wrote: Can I turn on some property and see the SQL's the database is running? See if this helps: http://db.apache.org/derby/docs/dev/tuning/rtunproper43517.html thanks, bryan The Hints and Tips section of the Derby Wiki has a writeup that introduc

Re: How to see SQL as it is executing?

2006-09-10 Thread Bryan Pendleton
Michael McCutcheon wrote: Can I turn on some property and see the SQL's the database is running? See if this helps: http://db.apache.org/derby/docs/dev/tuning/rtunproper43517.html thanks, bryan

Re: How to see SQL as it is executing?

2006-09-10 Thread Michael McCutcheon
What I mean is can derby spew the SQL it is executing to the console? On Sep 10, 2006, at 12:02 PM, Michael McCutcheon wrote: When using the derby network server (or embedded for that matter), is there any way to see the SQL that is executing? Can I turn on some property and see the SQL's

How to see SQL as it is executing?

2006-09-10 Thread Michael McCutcheon
When using the derby network server (or embedded for that matter), is there any way to see the SQL that is executing? Can I turn on some property and see the SQL's the database is running? You can do this with toplink, but I want to know if there is anything at the derby level that can do th