RE: Is there a way to Debug SQL statements

2005-06-06 Thread Jason Hall
thanks this is what i was looking for. -Original Message- From: Ersin Er [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 2:15 PM To: ibatis-user-java@incubator.apache.org Subject: RE: Is there a way to Debug SQL statements It's also listed as a FAQ at

RE: Is there a way to Debug SQL statements

2005-06-06 Thread Ersin Er
e 06, 2005 1:44 PM > To: ibatis-user-java@incubator.apache.org > Subject: Re: Is there a way to Debug SQL statements > > > P6Spy (http://www.p6spy.com) is commonly used, too. > > Larry > > On 6/6/05, Carbonell Soler, Jorge <[EMAIL PROTECTED]> wrote: >> >>

RE: Is there a way to Debug SQL statements

2005-06-06 Thread Jason Hall
Thanks:) J.H. -Original Message- From: Larry Meadors [mailto:[EMAIL PROTECTED] Sent: Monday, June 06, 2005 1:44 PM To: ibatis-user-java@incubator.apache.org Subject: Re: Is there a way to Debug SQL statements P6Spy (http://www.p6spy.com) is commonly used, too. Larry On 6/6/05

Re: Is there a way to Debug SQL statements

2005-06-06 Thread Larry Meadors
> > > > -Mensaje original- > De: Jason Hall [mailto:[EMAIL PROTECTED] > Enviado el: lunes, 06 de junio de 2005 19:04 > Para: ibatis-user-java@incubator.apache.org > Asunto: Is there a way to Debug SQL statements > > > > Hi, > > I jus

RE: Is there a way to Debug SQL statements

2005-06-06 Thread Carbonell Soler, Jorge
Title: Is there a way to Debug SQL statements Just use log4j or any other logging framework. This way you’ll get, for example, the querys or the resultsets those querys return.   -Mensaje original- De: Jason Hall [mailto:[EMAIL PROTECTED] Enviado el: lunes, 06 de junio de 2005

Is there a way to Debug SQL statements

2005-06-06 Thread Jason Hall
Title: Is there a way to Debug SQL statements Hi, I just wanted to know is there a way in Java to debug sql statments being passed to the database? J.H.