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