Re: Custom funcion si SqlMap

2005-05-16 Thread Brandon Goodin
It is not possible to use java code within attributes (or anywhere else for that matter). You can handle this via SQL function calls ( which may harm preformance) or you can make the alteration to your bean in the DAO class before it is passed in to the mapped statement. Brandon On 5/16/05, Marco

Re: Custom funcion si SqlMap

2005-05-16 Thread Kris Jenkins
Hey Marco, I'm afraid not. You could just do it in the database instead: TNODE = trim( upper( #name# ) ) HTH, Kris Hello!! Is possible use Trim(),UpperCase and another funcion in this mode: . TNODE = #name# ... Thanks Marco Berri -- Kris Jenkins Email: [EMAIL PROTECTED] Blo

Custom funcion si SqlMap

2005-05-16 Thread Marco Berri
Hello!! Is possible use Trim(),UpperCase and another funcion in this mode: . TNODE = #name# ... Thanks Marco Berri