Are you using addDynamicCriterion, or addDynamicStrCriterion? I ask because addDynamicCriterion has no way to indicate AND or OR. Each time you execute addDynamicCriterion, it is 'anded' to any previous ones. -- Curt Springer, Team ND At 11:34 AM 6/11/99 -0400, Gregory Bohmer wrote: >Hi everybody, > ><NetD 4.1.3.8, Oracle 7.3.4.> > >Has anyone seen this behavior before? We are using DataObjects >and adding WHERE clauses via addDynamicCriterion(). When >we try to add two WHERE clauses with an AND, we use >addDynamicCriterion() twice and it works fine. When we >try to add two WHERE clauses with an OR, we use >addDynamicCriterion() twice and it does not work - it appears >to ignore the last criterion added. Are we doing something >wrong? > >Thanks! > >Regards, >Gregory, HHMI > >_________________________________________________________________________ > >For help in using, subscribing, and unsubscribing to the discussion >forums, please go to: http://www.netdynamics.com/support/visitdevfor.html > >For dire need help, email: [EMAIL PROTECTED] > _________________________________________________________________________ For help in using, subscribing, and unsubscribing to the discussion forums, please go to: http://www.netdynamics.com/support/visitdevfor.html For dire need help, email: [EMAIL PROTECTED]
