Become familiar with sed and awk.

Chris Mathrusse
christopher.mathru...@sybase.com
Sybase, Inc




From:
kiran vuppla <kirankumar_vup...@yahoo.com>
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 can use to automatically convert to Sql-Server? The 
sql-queries for oracle has some usage of oracle functions (to_date etc).

Thanks.

From: Chema <demablo...@gmail.com>
To: user-java@ibatis.apache.org
Sent: Thu, March 18, 2010 5:19:33 PM
Subject: Re: Ibatis sql-maps

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