Re: Ibatis sql-maps

2010-03-23 Thread Christopher . Mathrusse
Become familiar with sed and awk. Chris Mathrusse christopher.mathru...@sybase.com Sybase, Inc From: kiran vuppla To: user-java@ibatis.apache.org Date: 03/23/2010 11:16 AM Subject: Re: Ibatis sql-maps I do have sql-maps written for Oracle Database. Is there any tool or something that I

Re: Ibatis sql-maps

2010-03-23 Thread kiran vuppla
@ibatis.apache.org Sent: Thu, March 18, 2010 5:19:33 PM Subject: Re: Ibatis sql-maps 2010/3/18 kiran vuppla : > 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

Re: Ibatis sql-maps

2010-03-18 Thread Chema
2010/3/18 kiran vuppla : > 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. > Than

Re: Ibatis sql-maps

2010-03-18 Thread kiran vuppla
s. Thanks. From: Chema To: user-java@ibatis.apache.org Sent: Thu, March 18, 2010 4:06:57 PM Subject: Re: Ibatis sql-maps 2010/3/18 kiran vuppla : > Thanks. Is it freeware? > I guess that you can use p6spy for, you must run your application. So, y

Re: Ibatis sql-maps

2010-03-18 Thread Chema
2010/3/18 kiran vuppla : > Thanks. Is it freeware? > I guess that you can use p6spy for, you must run your application. So, you could perform it with log4j Maybe you only need a "dumb" standalone Java client which calls your methods --

Re: Ibatis sql-maps

2010-03-18 Thread Nathan Maves
> Sent: Thu, March 18, 2010 3:34:38 PM > Subject: Re: Ibatis sql-maps > > > you should try p6spy. > > kiran vuppla wrote: >> >> Hi, >> >>  I am using sql-maps and IBatis to do database related stuff. In my >> sql-maps most of them have ${} and #[]

Re: Ibatis sql-maps

2010-03-18 Thread kiran vuppla
Thanks. Is it freeware? From: shamim To: user-java@ibatis.apache.org Sent: Thu, March 18, 2010 3:34:38 PM Subject: Re: Ibatis sql-maps you should try p6spy. kiran vuppla wrote: > > Hi, > > I am using sql-maps and IBatis to do database relat

Re: Ibatis sql-maps

2010-03-18 Thread shamim
you should try p6spy. kiran vuppla wrote: > > Hi, > > I am using sql-maps and IBatis to do database related stuff. In my > sql-maps most of them have ${} and #[]# for dynamic parameters created at > run-time. I can only see the generated sql when I run my application. I > would like to run th