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
> -- View this message in context: http://old.nabble.com/Ibatis-sql-maps-tp27950080p27950382.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com. - To unsubscribe, e-mail: user-java-unsubscr...@i

Ibatis sql-maps

2010-03-18 Thread kiran vuppla
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 the sql-maps (not through application) and would like to s

RE: Dynamically generate ibatis sql maps at startup

2008-11-13 Thread Young, Alistair
TED] Sent: 13 November 2008 00:47 To: user-java@ibatis.apache.org Subject: Dynamically generate ibatis sql maps at startup I have an application that uses ibatis to persist data by calling a stored procedure. This is achieved using ibatis combined with its Spring support. I'm now looking

Dynamically generate ibatis sql maps at startup

2008-11-12 Thread joyukiok
on startup which can be referenced later? Thanking you in advance. -- View this message in context: http://www.nabble.com/Dynamically-generate-ibatis-sql-maps-at-startup-tp20472794p20472794.html Sent from the iBATIS - User - Java mailing list archive at Nabble.com.