Subject Re: [IBO] SQLWhereItems to SQLWhere
Author Paul Hope
Jason

> > > > Is there a function I can call to to turn a TStings containing
'where
> > > items' in SQLWhereitems format into SQLWhere strings?
> > >
> > > Not that I can think of. It is done internally by IBO. I could
possibly
> > make
> > > the code accessible somehow.

I moved ProcessSQLWhereStrings( ) in IBA_Dataset.INT into public from
private and it appears to give me what I want. Curiously the returned
clause is a string rather than TStrings and it doesnt seem to matter if the
'High' parameter is true or false.

If you think this is an acceptable change then I will use it in anticipation
of a future change - if not - I wont!

Regards
Paul