Subject RE: [IBO] SQLWhere + Union
Author Jason Wharton
> What of worst can happen wusing SQLWhere directly?
> Im accostumated to do it. And, until now, i dont get any problems...
> (im using TIBOQuery)

SQLWhere is simply a little parsing magic built-in so that it is exactly as
if you were manipulating the SQL property. It isn't necessarily supposed to
be used internally only.

Perhaps what Helen is refering to is the SQLWhereItems property which is
only effective during the OnPrepareSQL phase and you are only supposed to
add items to it that you want parsed into your SQL at the time of prepare.

Jason Wharton