Subject | RE: [IBO] SQLWhereItems |
---|---|
Author | Alan McDonald |
Post date | 2006-10-09T12:00:24Z |
> > Hello Alan,well.. not impossible.. but I was hoping the whereitems would give me an
> >
> > 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
elegant way to manage multiple clauses with OR somehow.
Alan