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