Subject Re: [IBO] WhereSQL
Author Svein Erling Tysvær
>dbPlasiyer.SQLWhere.add('PLASIYERID = 4');
>dbPlasiyer = TIBOTable

I only use the native part (TIB_) of IBO myself, but it sounds strange to
attach a WHERE clause to a TIBOTable. Try changing to a TIBOQuery and see
if that helps.

Set