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,
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
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