1 Reply Latest reply on Aug 28, 2001 12:06 AM by davidjencks

    finder method

    pepe_potamus

      I get Finder exception when usin LIKE {0}* expression in jaws.xml. Also with LIKE {0}%. Do I need to scape this characters?

        • 1. Re: finder method
          davidjencks

          I think you need to quote it. * and % are not keywords, they need to be in a literal string or parameter.

          try

          mycolumn like {0}||'%'

          or put the % or * in the parameter before you call the finder.