2010/3/18 kiran vuppla <kirankumar_vup...@yahoo.com>:
> Actually I don't like to write a java client too as I need to provide this
> to DBA to verify the SQL queries. He don't have any idea of Java. I would
> appreciate if there is something I can use without writing Java Code and get
> the generated SQLs from sql-maps.
> Thanks.

These SQL sentences are generated in runtime.
So, you need some type of application who calls these methods.

If you just need capture the SQL sentence, you can run your app and
use p6spy or log4j ( or Java logging ) to send these SQL sentences to
you DBA

---------------------------------------------------------------------
To unsubscribe, e-mail: user-java-unsubscr...@ibatis.apache.org
For additional commands, e-mail: user-java-h...@ibatis.apache.org

Reply via email to