Subject Re: [IBO] query with NULL parameters
Author Daniel Rail
At 28/02/2002 04:48 PM, you wrote:
> > If you want to modify the WHERE clause of a query, then use the
> > SQLWhereItems property to easily modify the WHERE clause. And, I normally
> > do this within the OnPrepareSQL event.
>
>If you are using the SQLWhereItems property anywhere other than the
>OnPrepareSQL event then you are misusing it. This is the only place where
>this property is used correctly.

Thanks for the clarification Jason. I wasn't sure about that. And, I only
use it in OnPrepareSQL.


Daniel Rail