Author Topic: How to set multiple AND / OR operator in odwek.  (Read 2445 times)

Karthikkumark

  • Guest
How to set multiple AND / OR operator in odwek.
« on: November 26, 2013, 07:05:36 AM »
Hi All,

We are using this query to fetch the docuemnt from the Oracle DB.

SELECT      *
 FROM       DOCTABA
WHERE       F_DOCCLASSNUMBER in ('1','19')

AND
       A31  =    ?060427090?     

AND
       A120 =    ?ab?       

OR   
       A119 =    ?Q?
 
Now we need to get the same result when we search in CMOD using ODWEK.
When i tried i found only following code "odFolder.setOrSearchCriteria(false)".  I think this will set AND / OR for entire criteria not for the individual criteria.

Thanks,
Karthik k

pankaj.puranik

  • Guest
Re: How to set multiple AND / OR operator in odwek.
« Reply #1 on: November 26, 2013, 08:54:50 AM »