Subject RE: [IBO] SQLWhereItems
Author Alan McDonald
> > Hello Alan,
> >
> > How about this:
> > IB_QJobsAccounts.SQLWhereItems.Add( '(PROCESSED=''N'') OR
> > (ABORTED=''Y'')');
> >
> >
>
> yes - of course, for a simple example but when you need to add several OR
> items, this sort of thing becomes impossible.
> Alan

well.. not impossible.. but I was hoping the whereitems would give me an
elegant way to manage multiple clauses with OR somehow.
Alan