IBatis DB2

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abehl
    New Member
    • Sep 2008
    • 9

    IBatis DB2

    Hi I am using DB2 with IBatis and I need to have a where clause which looks like

    Code:
    WHERE UCASE(ps.DIAN_DESC) like UCASE(#prodCodeorName#)
    But UCASE(#prodCode orName#) is giving an error.

    Can anyone tell me how do I use DB2 functions with Ibatis inline parameters.

    Thank you.
Working...