Subject Re: [IBO] More Params info
Author Ryan Nilsson-Harding
> Silly question - because I don't use SQLWhere
> ( I do this sort of thing in the 'Filter' )
> Do you actually need 'WHERE'? I would expect Jason to be
> loading this automatically when building the real SQL.

Thanks for the thought Lester.

Yes it is needed. I thought like you did when I first started
playing with this, but when setting SQLWhere, the 'WHERE ' is needed.
It is not needed when using SQLWhereItems.

-Ryan