RE: Retrieve the SQL statement being executed

2008-03-10 Thread Ricky Murphy
stored procedure only because > it sounds like you need to process> a lot of data for just a little bit of > information. If that is the> case, a SP will kick butt over everything else > in terms of both memory> footprint and performance.> > Larry> > > On Sun,

RE: Retrieve the SQL statement being executed

2008-03-09 Thread Ricky Murphy
take a look at the logging section in one of the following 3 places...The websiteThe developers guideThe book Sent from my iPhone On Mar 8, 2008, at 5:55 AM, Ricky Murphy <[EMAIL PROTECTED]> wrote: Hello: I am using Spring 2 together with iBatis 2.2. I need in my program to retrie

Retrieve the SQL statement being executed

2008-03-08 Thread Ricky Murphy
Hello: I am using Spring 2 together with iBatis 2.2. I need in my program to retrieve the SQL statement being executed from the SqlMap. Spring's SqlMapClientDaoSupport class has getSqlMapClient() ,which gives com.ibatis.sqlmap.client.SqlMapClient as a result object, from there on, I started s