Nope, don't think so. If you are preparing your own sql statements you can print them out through a logger (tedious I know but still workable). Some database drivers do support jdbc logging, where statements executed against the database will be logged to a text file. You'll probably need to look in to the documentation for your driver to work it out.
On Mon, 26 Jul 2004 05:13:45 +0100 (BST), Research labs <[EMAIL PROTECTED]> wrote: > Is there anything in Struts that will enable me view > the SQL query that has been built by a prepared > statement? > > Thank you. > > ___________________________________________________________ALL-NEW Yahoo! Messenger > - all new features - even more fun! http://www.allnewmessenger.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]