Generic SQL Map - sorry if this is a repost !

2004-11-24 Thread Nilesh Bhattad
I created a generic SQL Map like below. I get a SQL stmt from somewhere and trying to use iBatis SQLMap just to execute the SQL. I'll provide the complete select stmt.   select ConsultantId, BlackListed, FirstName, LastName, HomeTelephone, Em

RE: Qns abt using inside

2005-01-18 Thread Nilesh Bhattad
docs.. there is another statement that you can use to wrap what you have called:   if you add that instead of your 'where' it will be okay. -Tim   From: Nilesh Bhattad [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 18, 2005 11:02 AM To: ibatis-user-java@incubator.apache.org

change in property value inside

2005-01-18 Thread Nilesh Bhattad
Hello,   Is there a way to change a property value before it is plugged in to the select statement?